summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-01 13:29:29 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-01 13:29:29 +0200
commite2b41947cde11c870d96970712dcfb3aa76eb0cf (patch)
tree1fac60e9955a3d8d380e17b5665d89703a32a3c3 /dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
parent1c3b37123cef3fa9c69099bc6228d7b4a082ee90 (diff)
kernel/wip: SMP tweaks, and code cleanup.
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc')
-rw-r--r--dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
index 3c2939b6..7de5bb0b 100644
--- a/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
+++ b/dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
@@ -115,10 +115,7 @@ EXTERN_C void idt_handle_generic(Kernel::UIntPtr rsp)
auto process = Kernel::UserProcessScheduler::The().CurrentProcess();
if (process.Leak().Status != Kernel::ProcessStatusKind::kRunning)
- {
- kout << "Getting here.\r";
return;
- }
kIsScheduling = NO;