summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc')
-rw-r--r--src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc b/src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
index 7ee4a69c..31a083d3 100644
--- a/src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
+++ b/src/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
@@ -4,7 +4,7 @@
#include <ArchKit/ArchKit.h>
#include <KernelKit/ProcessScheduler.h>
-#include <KernelKit/UserMgr.h>
+#include <KernelKit/UserMgr+User.h>
#include <NeKit/KString.h>
#include <SignalKit/Signals.h>
@@ -54,7 +54,8 @@ EXTERN_C void int_handle_scheduler(Kernel::UIntPtr rsp) {
hal_int_send_eoi(32);
- while (kIsRunning);
+ while (kIsRunning)
+ ;
kIsRunning = YES;