diff options
author | Richard Braun <rbraun@sceen.net> | 2012-12-11 21:42:30 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-12-11 21:42:30 +0100 |
commit | 32dd2e582a6041d672be066306225604e4b898da (patch) | |
tree | 9aeda74f6d973101cc717560f897bfc4436f95ec /arch/x86/machine/boot.c | |
parent | 13ec72e8ae44308a1340f6f17641bddfe61b072d (diff) |
Adjust interrupts configuration on kernel entry
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 6 |
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 */ } |