mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS]: Return correct IRQ 0 vector instead of IRQL, when the timer interrupt ends.
svn path=/trunk/; revision=45315
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user