diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:53:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:53:39 +0200 |
| commit | 0824a76b4f7294a74f4728084ca13070a4c8e7da (patch) | |
| tree | 94804942a9119ad8666f7b3cdf6b2f80503a2a93 /arch/x86_64/kapi/cpu.cpp | |
| parent | 1e24d2b3cd4315fff4177c593bcfeef5b354f612 (diff) | |
| download | kernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.tar.xz kernel-0824a76b4f7294a74f4728084ca13070a4c8e7da.zip | |
chore: normalize panic messages
Diffstat (limited to 'arch/x86_64/kapi/cpu.cpp')
| -rw-r--r-- | arch/x86_64/kapi/cpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kapi/cpu.cpp b/arch/x86_64/kapi/cpu.cpp index 2bec841c..11a12656 100644 --- a/arch/x86_64/kapi/cpu.cpp +++ b/arch/x86_64/kapi/cpu.cpp @@ -15,7 +15,7 @@ namespace kapi::cpu if (is_initialized.test_and_set()) { - system::panic("[x86_64] CPU has already been initialized."); + system::panic("[ARCH:CPU] CPU has already been initialized."); } arch::cpu::initialize_descriptors(); |
