mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Do not disable interrupts
This commit is contained in:
parent
46f399c3cd
commit
ed1ea5e6b6
@ -218,7 +218,7 @@ namespace Driver
|
||||
SafeFunction void DriverInterruptHook::OnInterruptReceived(void *Frame)
|
||||
#endif
|
||||
{
|
||||
SmartCriticalSection(DriverInterruptLock);
|
||||
SmartLock(DriverInterruptLock);
|
||||
((int (*)(void *))(Handle))(Data);
|
||||
UNUSED(Frame);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user