From 7a43990192e13a7b32bc1f99a7dd02efe6f71e4e Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 15 Aug 2024 09:09:07 +0200 Subject: MHR-38: Ticket done. MHR-28: Initial commit, working on it. + Reworked SMP support inside x86 HAL with some bug fixes as well. + Reworked scheduler as well with some bug fixes as well. + Add ControlWord field inside StackFrame struct in x86 HAL. Signed-off-by: Amlal EL Mahrouss --- Kernel/HALKit/POWER/HalThread.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Kernel/HALKit/POWER/HalThread.cxx') diff --git a/Kernel/HALKit/POWER/HalThread.cxx b/Kernel/HALKit/POWER/HalThread.cxx index b6a15918..3e2f1703 100644 --- a/Kernel/HALKit/POWER/HalThread.cxx +++ b/Kernel/HALKit/POWER/HalThread.cxx @@ -6,8 +6,3 @@ #include #include - -EXTERN_C Kernel::HAL::StackFramePtr rt_get_current_context() -{ - return nullptr; -} -- cgit v1.2.3