|
@@ -304,8 +304,6 @@ static void __init smp_callin(void)
|
|
Dprintk("CALLIN, before setup_local_APIC().\n");
|
|
Dprintk("CALLIN, before setup_local_APIC().\n");
|
|
setup_local_APIC();
|
|
setup_local_APIC();
|
|
|
|
|
|
- local_irq_enable();
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Get our bogomips.
|
|
* Get our bogomips.
|
|
*/
|
|
*/
|
|
@@ -319,8 +317,6 @@ static void __init smp_callin(void)
|
|
*/
|
|
*/
|
|
smp_store_cpu_info(cpuid);
|
|
smp_store_cpu_info(cpuid);
|
|
|
|
|
|
- local_irq_disable();
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Allow the master to continue.
|
|
* Allow the master to continue.
|
|
*/
|
|
*/
|