1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 03:27:35 +00:00
serenity/Kernel/Arch/x86/Time
Timon Kruiper de0bb99893 Kernel: Correctly calculate delta_ticks when 64-bit counter wraps around
We never caught this bug in the HPET, since it takes ages for a 64-bit
counter to wrap around. Also remove an unnecessary if check.
2022-10-17 20:11:31 +02:00
..
APICTimer.cpp Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
APICTimer.h Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
HPET.cpp Kernel: Correctly calculate delta_ticks when 64-bit counter wraps around 2022-10-17 20:11:31 +02:00
HPET.h Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
HPETComparator.cpp Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
HPETComparator.h Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
PIT.cpp Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
PIT.h Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00
RTC.cpp Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
RTC.h Kernel: Move x86-specific timer code handling to Arch/x86/Time directory 2022-09-23 17:22:15 +01:00