From 7d6f0ed063790042a808f4bf07c50d308b3f2de4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 Jan 2026 13:36:38 +0100 Subject: chore: restructure namespaces --- arch/x86_64/src/kapi/cpu.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 arch/x86_64/src/kapi/cpu.cpp (limited to 'arch/x86_64/src/kapi/cpu.cpp') 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 -- cgit v1.2.3