mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
aa3ef4c632
Previously we enabled the timer interrupt, before the kernel was notified of our time increment, so when a clock interrupt happened, it would increment the tick count, but add 0 to the system time, resulting in an invalid state, in which timers would be inserted into the wrong timer table slot. Fixes CORE-16253 |
||
---|---|---|
.. | ||
apic.c | ||
apicp.h | ||
apicsmp.c | ||
apictimer.c | ||
apictrap.S | ||
halaacpi.rc | ||
halapic.rc | ||
halinit.c | ||
processor.c | ||
rtctimer.c | ||
tsc.c | ||
tsc.h | ||
tsccal.S |