diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-15 09:09:07 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-15 09:10:20 +0200 |
| commit | 7a43990192e13a7b32bc1f99a7dd02efe6f71e4e (patch) | |
| tree | becb45624bbef4749233cd26d3c91653c6e77701 /Kernel/HALKit/POWER/HalThread.cxx | |
| parent | fdc9c15c47fab1e780c97359b90c84bde30671d1 (diff) | |
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 <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/POWER/HalThread.cxx')
| -rw-r--r-- | Kernel/HALKit/POWER/HalThread.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 <HALKit/POWER/Processor.hxx> #include <KernelKit/DebugOutput.hxx> - -EXTERN_C Kernel::HAL::StackFramePtr rt_get_current_context() -{ - return nullptr; -} |
