mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel: Report more accurate ticks per second for APIC timer
This commit is contained in:
parent
d076b00248
commit
180cc85d79
Notes:
sideshowbarker
2024-07-19 01:39:23 +09:00
Author: https://github.com/tomuta
Commit: 180cc85d79
Pull-request: https://github.com/SerenityOS/serenity/pull/3872
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ bool APICTimer::calibrate(HardwareTimerBase& calibration_source)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// TODO: measure rather than assuming it matches?
|
||||||
|
m_frequency = calibration_source.ticks_per_second();
|
||||||
|
|
||||||
enable_local_timer();
|
enable_local_timer();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue