summaryrefslogtreecommitdiff
path: root/arch/x86/machine/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r--arch/x86/machine/boot.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c
index 98c3b9ce..b15b14ab 100644
--- a/arch/x86/machine/boot.c
+++ b/arch/x86/machine/boot.c
@@ -292,11 +292,7 @@ boot_ap_main(void)
{
cpu_ap_setup();
pmap_ap_bootstrap();
-
- cpu_intr_enable();
-
- for (;;)
- cpu_idle();
+ kernel_ap_main();
/* Never reached */
}