From 42d16947690577afd1f8f75ebc80041cd36588fd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 31 Mar 2025 16:52:03 +0200 Subject: meta: ran format.sh Signed-off-by: Amlal El Mahrouss --- dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc | 4 ++-- dev/kernel/HALKit/AMD64/Processor.h | 2 +- dev/kernel/HALKit/POWER/Processor.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/kernel/HALKit') diff --git a/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc index a59d43af..f839884e 100644 --- a/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc +++ b/dev/kernel/HALKit/AMD64/HalApplicationProcessor.cc @@ -45,8 +45,8 @@ namespace Kernel::HAL }; STATIC PROCESS_APIC_MADT* kMADTBlock = nullptr; - STATIC Bool kSMPAware = false; - STATIC Int64 kSMPCount = 0; + STATIC Bool kSMPAware = false; + STATIC Int64 kSMPCount = 0; STATIC UIntPtr kApicBaseAddress = 0UL; diff --git a/dev/kernel/HALKit/AMD64/Processor.h b/dev/kernel/HALKit/AMD64/Processor.h index 082f6d76..eff0292b 100644 --- a/dev/kernel/HALKit/AMD64/Processor.h +++ b/dev/kernel/HALKit/AMD64/Processor.h @@ -30,7 +30,7 @@ #include -#define rtl_nop_op() asm volatile("nop") +#define rtl_nop_op() asm volatile("nop") /// @brief Maximum entries of the interrupt descriptor table. #define kKernelIdtSize (0x100) diff --git a/dev/kernel/HALKit/POWER/Processor.h b/dev/kernel/HALKit/POWER/Processor.h index 8200e466..507805c7 100644 --- a/dev/kernel/HALKit/POWER/Processor.h +++ b/dev/kernel/HALKit/POWER/Processor.h @@ -11,7 +11,7 @@ #include #include -#define rtl_nop_op() asm volatile("mr 0, 0") +#define rtl_nop_op() asm volatile("mr 0, 0") #define kHalPPCAlignment __attribute__((aligned(4))) namespace Kernel::HAL -- cgit v1.2.3