summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/RISCV
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-03 19:06:45 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-03 19:06:45 +0100
commit30ba1aab88bd8138a6b3b3e1dbb464e4e67af698 (patch)
tree906bf0c4e0bc5864224038395bfdb12e38876168 /src/kernel/HALKit/RISCV
parentdaf906b02d2ba542f407872db9f7b1da2a5b36c4 (diff)
chore: {DDK, KernelKit}: Improvements and release schedule.v0.1.31v0.1.31-develop
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, 1 insertions, 2 deletions
diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
index 6c882acf..68242f97 100644
--- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
+++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
@@ -11,8 +11,7 @@ using namespace Kernel;
namespace Kernel {
namespace Detail {
STATIC void mp_hang_fn(void) {
- while (YES)
- ;
+ while (YES);
}
} // namespace Detail