mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-13 16:29:21 +00:00
Do not disable interrupts
This commit is contained in:
@ -218,7 +218,7 @@ namespace Driver
|
|||||||
SafeFunction void DriverInterruptHook::OnInterruptReceived(void *Frame)
|
SafeFunction void DriverInterruptHook::OnInterruptReceived(void *Frame)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
SmartCriticalSection(DriverInterruptLock);
|
SmartLock(DriverInterruptLock);
|
||||||
((int (*)(void *))(Handle))(Data);
|
((int (*)(void *))(Handle))(Data);
|
||||||
UNUSED(Frame);
|
UNUSED(Frame);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user