- Remove useless stack operations in KiInterruptDispatch that I used for debugging.

svn path=/trunk/; revision=23722
This commit is contained in:
Alex Ionescu 2006-08-26 16:07:31 +00:00
parent 3213baa7ae
commit 1db10cc5ad

View file

@ -1446,7 +1446,6 @@ _KiInterruptDispatch@0:
/* Check if it was handled */
or eax, eax
jz SpuriousInt
sub esp, 12
/* Acquire the lock */
GetIntLock:
@ -1462,9 +1461,6 @@ GetIntLock:
/* Release the lock */
RELEASE_SPINLOCK(esi)
/* Clean up the stack */
add esp, 12
/* Exit the interrupt */
mov esi, $
cli