mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Separate NonMaskableInterruptDisabler into its own file
This is for the upcoming change to make InterruptDisabler class work for the aarch64 build.
This commit is contained in:
parent
9413fe9fe5
commit
ea9cf8b6ab
Notes:
sideshowbarker
2024-07-17 10:31:26 +09:00
Author: https://github.com/FireFox317
Commit: ea9cf8b6ab
Pull-request: https://github.com/SerenityOS/serenity/pull/14146
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/nico ✅
3 changed files with 29 additions and 13 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <Kernel/Arch/x86/IO.h>
|
||||
#include <Kernel/Arch/x86/InterruptDisabler.h>
|
||||
#include <Kernel/Arch/x86/NonMaskableInterruptDisabler.h>
|
||||
#include <Kernel/CMOS.h>
|
||||
#include <Kernel/Time/RTC.h>
|
||||
#include <Kernel/Time/TimeManagement.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue