- Fix a typo that happened after-the-fact.

svn path=/trunk/; revision=24091
This commit is contained in:
Alex Ionescu
2006-09-13 02:04:33 +00:00
parent 7687187bf0
commit b4aab80937
+1 -1
View File
@@ -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);