[NTOS]: Return correct IRQ 0 vector instead of IRQL, when the timer interrupt ends.

svn path=/trunk/; revision=45315
This commit is contained in:
Sir Richard
2010-01-29 07:27:55 +00:00
parent 76e22a7c62
commit 4fa5e49fa3
+1 -1
View File
@@ -117,7 +117,7 @@ KeUpdateSystemTime(IN PKTRAP_FRAME TrapFrame,
/* Disable interrupts and end the interrupt */
_disable();
HalEndSystemInterrupt(Irql, CLOCK2_LEVEL);
HalEndSystemInterrupt(Irql, PRIMARY_VECTOR_BASE + 0);
/* Exit the interrupt */
KiEoiHelper(TrapFrame);