summaryrefslogtreecommitdiffhomepage
path: root/Kernel/ArchKit/ArchKit.hxx
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-15 09:09:07 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-15 09:10:20 +0200
commit7a43990192e13a7b32bc1f99a7dd02efe6f71e4e (patch)
treebecb45624bbef4749233cd26d3c91653c6e77701 /Kernel/ArchKit/ArchKit.hxx
parentfdc9c15c47fab1e780c97359b90c84bde30671d1 (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/ArchKit/ArchKit.hxx')
-rw-r--r--Kernel/ArchKit/ArchKit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/ArchKit/ArchKit.hxx b/Kernel/ArchKit/ArchKit.hxx
index 1e7f287c..a3fd81a6 100644
--- a/Kernel/ArchKit/ArchKit.hxx
+++ b/Kernel/ArchKit/ArchKit.hxx
@@ -102,4 +102,4 @@ inline Kernel::Array<HAL_SYSCALL_RECORD,
kKerncalls;
EXTERN_C Kernel::HAL::StackFramePtr rt_get_current_context();
-EXTERN_C Kernel::Void rt_do_context_switch(Kernel::HAL::StackFramePtr stackFrame);
+EXTERN_C Kernel::Void rt_do_context_switch(Kernel::HAL::StackFramePtr stack_frame);