summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/ARM64
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-15 10:24:53 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-15 10:24:53 +0100
commitda44113b0200161a8826ec6292af111e9292c3d1 (patch)
tree85eab0f81d1c6caf6b1133218096994c9b8019aa /dev/Kernel/HALKit/ARM64
parentd561eeb53d5c3e6e8f712691a56ba706051316ce (diff)
ADD: Patches to NeFS, only FindFork to fix now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/ARM64')
-rw-r--r--dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc2
-rw-r--r--dev/Kernel/HALKit/ARM64/HalKernelMain.cc1
2 files changed, 1 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc
index cee17735..1114fc00 100644
--- a/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc
+++ b/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc
@@ -56,7 +56,7 @@ namespace Kernel
const auto kEnableSignalInt = YES;
- gicc_ctlr |= kEnableSignalInt; // Enable signaling of interrupts
+ gicc_ctlr |= kEnableSignalInt; // Enable signaling of interrupts
gicc_ctlr |= (kEnableSignalInt << 1); // Allow Group 1 interrupts in EL0
HAL::hal_mmio_write(GICC_BASE + GICC_CTLR, gicc_ctlr);
diff --git a/dev/Kernel/HALKit/ARM64/HalKernelMain.cc b/dev/Kernel/HALKit/ARM64/HalKernelMain.cc
index 7f6ffc61..83967ce7 100644
--- a/dev/Kernel/HALKit/ARM64/HalKernelMain.cc
+++ b/dev/Kernel/HALKit/ARM64/HalKernelMain.cc
@@ -18,7 +18,6 @@
#include <HALKit/ARM64/Processor.h>
#include <CFKit/Property.h>
-
EXTERN_C void hal_init_platform(
Kernel::HEL::BootInfoHeader* handover_hdr)
{