summaryrefslogtreecommitdiff
path: root/arch/x86/machine/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/cpu.c')
-rw-r--r--arch/x86/machine/cpu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/machine/cpu.c b/arch/x86/machine/cpu.c
index 520faecc..10e9a89b 100644
--- a/arch/x86/machine/cpu.c
+++ b/arch/x86/machine/cpu.c
@@ -1184,10 +1184,8 @@ cpu_check_bsp(void)
return 0;
}
-// TODO Remove panic_setup
INIT_OP_DEFINE(cpu_check_bsp,
- INIT_OP_DEP(cpu_setup, true),
- INIT_OP_DEP(panic_setup, true));
+ INIT_OP_DEP(cpu_setup, true));
void *
cpu_get_intr_stack_ptr(void)