mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
Kernel: Don't use the profile timer if we don't have a timer to assign
This commit is contained in:
parent
a5801e9919
commit
8a4cc735b9
Notes:
sideshowbarker
2024-07-18 18:06:16 +09:00
Author: https://github.com/supercomputer7
Commit: 8a4cc735b9
Pull-request: https://github.com/SerenityOS/serenity/pull/7140
Reviewed-by: https://github.com/IdanHo ✅
3 changed files with 43 additions and 21 deletions
|
@ -56,8 +56,8 @@ public:
|
|||
|
||||
static bool is_hpet_periodic_mode_allowed();
|
||||
|
||||
void enable_profile_timer();
|
||||
void disable_profile_timer();
|
||||
bool enable_profile_timer();
|
||||
bool disable_profile_timer();
|
||||
|
||||
u64 uptime_ms() const;
|
||||
static Time now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue