diff options
Diffstat (limited to 'arch/x86_64/src/kapi')
| -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 |
