mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix a typo that happened after-the-fact.
svn path=/trunk/; revision=24091
This commit is contained in:
@@ -247,7 +247,7 @@ KeReleaseInterruptSpinLock(IN PKINTERRUPT Interrupt,
|
||||
IN KIRQL OldIrql)
|
||||
{
|
||||
/* Release lock on MP */
|
||||
KefReleaseSpinLock(Interrupt->ActualLock);
|
||||
KefReleaseSpinLockFromDpcLevel(Interrupt->ActualLock);
|
||||
|
||||
/* Lower IRQL */
|
||||
KeLowerIrql(OldIrql);
|
||||
|
||||
Reference in New Issue
Block a user