diff options
Diffstat (limited to 'kernel/include/arch/x86_64/cpu/smp.hpp')
| -rw-r--r-- | kernel/include/arch/x86_64/cpu/smp.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/include/arch/x86_64/cpu/smp.hpp b/kernel/include/arch/x86_64/cpu/smp.hpp deleted file mode 100644 index e98992a..0000000 --- a/kernel/include/arch/x86_64/cpu/smp.hpp +++ /dev/null @@ -1,14 +0,0 @@ - -#include <cstdint> - -namespace arch { - namespace x86_64 { - namespace cpu { - class mp { - public: - static void init(); - static void sync(std::uint8_t id); - }; - } - } -}
\ No newline at end of file |
