aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kapi/cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/kapi/cpu.cpp')
-rw-r--r--arch/x86_64/src/kapi/cpu.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86_64/src/kapi/cpu.cpp b/arch/x86_64/src/kapi/cpu.cpp
deleted file mode 100644
index 22543ee..0000000
--- a/arch/x86_64/src/kapi/cpu.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "kapi/cpu.hpp"
-
-namespace teachos::cpu
-{
-
- auto halt() -> void
- {
- asm volatile("1: hlt\njmp 1b");
- __builtin_unreachable();
- }
-
-} // namespace teachos::cpu