From b0410ff37c15380e4409711bb14cc3880a9dc536 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 15 Jan 2026 06:24:19 +0100 Subject: feat: kernel: bitmapmgr and heapmgr improvements. Signed-off-by: Amlal El Mahrouss --- src/kernel/HALKit/RISCV/HalApplicationProcessor.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/kernel/HALKit/RISCV/HalApplicationProcessor.cc') diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc index 68242f97..6c882acf 100644 --- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc +++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc @@ -11,7 +11,8 @@ using namespace Kernel; namespace Kernel { namespace Detail { STATIC void mp_hang_fn(void) { - while (YES); + while (YES) + ; } } // namespace Detail -- cgit v1.2.3