From e2b41947cde11c870d96970712dcfb3aa76eb0cf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 1 Apr 2025 13:29:29 +0200 Subject: kernel/wip: SMP tweaks, and code cleanup. --- dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'dev/kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc') 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; -- cgit v1.2.3