summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-23 22:59:26 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-23 22:59:26 +0200
commit0d44c75062a313f7d1b8813816843bc8ab51b135 (patch)
tree6d44b12ba358c19f8512f1fe61dce58cd3a11a3c /dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
parentcbda3fef30c3575eb12a22b5fd7cd7d5d2e01c20 (diff)
fix: Fix AP init code, and format codebase.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc')
-rw-r--r--dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc b/dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
index 4c02e8cc..0c26f4cb 100644
--- a/dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
+++ b/dev/kernel/HALKit/ARM64/HalCoreInterruptHandler.cc
@@ -143,8 +143,8 @@ EXTERN_C Kernel::Void hal_system_call_enter(Kernel::UIntPtr rcx_hash,
/// @brief Enter Kernel call from assembly (libDDK only).
/// @param stack the stack pushed from assembly routine.
/// @return nothing.
-EXTERN_C Kernel::Void hal_kernel_call_enter(Kernel::UIntPtr rcx_hash,
- Kernel::SizeT cnt, Kernel::UIntPtr arg, Kernel::SizeT sz) {
+EXTERN_C Kernel::Void hal_kernel_call_enter(Kernel::UIntPtr rcx_hash, Kernel::SizeT cnt,
+ Kernel::UIntPtr arg, Kernel::SizeT sz) {
if (!Kernel::kRootUser) return;
if (Kernel::kCurrentUser != Kernel::kRootUser) return;
if (!Kernel::kCurrentUser->IsSuperUser()) return;