aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-10-29 11:15:50 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-10-29 11:15:50 +0100
commite7b04ef7f5da8e014e8b85fcf65448b317cca8ff (patch)
tree3741aaeb76b254f775c720dbe36471c0b7a90ceb /arch/x86_64/src
parent6434de8ff75a9143847ef529bc209790ac4909b3 (diff)
downloadteachos-e7b04ef7f5da8e014e8b85fcf65448b317cca8ff.tar.xz
teachos-e7b04ef7f5da8e014e8b85fcf65448b317cca8ff.zip
kapi: move halt to cpu namespace
Diffstat (limited to 'arch/x86_64/src')
-rw-r--r--arch/x86_64/src/kapi/cpu.cpp (renamed from arch/x86_64/src/kapi/system.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/src/kapi/system.cpp b/arch/x86_64/src/kapi/cpu.cpp
index 2d4c3fe..22543ee 100644
--- a/arch/x86_64/src/kapi/system.cpp
+++ b/arch/x86_64/src/kapi/cpu.cpp
@@ -1,6 +1,6 @@
-#include "kapi/system.hpp"
+#include "kapi/cpu.hpp"
-namespace teachos::system
+namespace teachos::cpu
{
auto halt() -> void
@@ -9,4 +9,4 @@ namespace teachos::system
__builtin_unreachable();
}
-} // namespace teachos::system
+} // namespace teachos::cpu