mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
This enables the APIC timer on all CPUs, which means Scheduler::timer_tick is now called on all CPUs independently. We still don't do anything on the APs as it instantly crashes due to a number of other problems.
This commit is contained in:
parent
9d347352a1
commit
fe615e601a
Notes:
sideshowbarker
2024-07-19 01:43:30 +09:00
Author: https://github.com/tomuta
Commit: fe615e601a
Pull-request: https://github.com/SerenityOS/serenity/pull/3850
14 changed files with 478 additions and 70 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <Kernel/Time/HardwareTimer.h>
|
||||
|
||||
namespace Kernel {
|
||||
class HPETComparator final : public HardwareTimer {
|
||||
class HPETComparator final : public HardwareTimer<IRQHandler> {
|
||||
friend class HPET;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue