1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:38:12 +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:
Timon Kruiper 2022-05-16 14:37:50 +02:00 committed by Linus Groh
parent 9413fe9fe5
commit ea9cf8b6ab
3 changed files with 29 additions and 13 deletions

View file

@ -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>