summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/RISCV
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:24:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:24:19 +0100
commitb0410ff37c15380e4409711bb14cc3880a9dc536 (patch)
tree01876afb97dffe67913e16611564f360fc0ebfdb /src/kernel/HALKit/RISCV
parent62af164abe47951b8291b4162af08c69b5f2af21 (diff)
feat: kernel: bitmapmgr and heapmgr improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/HALKit/RISCV')
-rw-r--r--src/kernel/HALKit/RISCV/HalApplicationProcessor.cc3
1 files changed, 2 insertions, 1 deletions
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