From da44113b0200161a8826ec6292af111e9292c3d1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 15 Jan 2025 10:24:53 +0100 Subject: ADD: Patches to NeFS, only FindFork to fix now. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc | 2 +- dev/Kernel/HALKit/ARM64/HalKernelMain.cc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/Kernel/HALKit/ARM64') 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 #include - EXTERN_C void hal_init_platform( Kernel::HEL::BootInfoHeader* handover_hdr) { -- cgit v1.2.3