From 462d618e9988b5172d544e177186bc89bfd303ac Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 24 Feb 2025 18:06:23 +0100 Subject: ADD: ARM64: MBCI 'FLSH' driver. Signed-off-by: Amlal --- dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc') diff --git a/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc index 415ad5b1..12fb27ae 100644 --- a/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc +++ b/dev/Kernel/HALKit/ARM64/HalApplicationProcessor.cc @@ -127,10 +127,8 @@ namespace NeOS { Detail::kGICEnabled = YES; Detail::mp_setup_gic_el0(); - - return YES; } - return NO; + return Detail::kGICEnabled; } } // namespace NeOS \ No newline at end of file -- cgit v1.2.3