|
@@ -219,14 +219,9 @@ static void __cpuinit smp_callin(void)
|
|
* Update loops_per_jiffy in cpu_data. Previous call to
|
|
* Update loops_per_jiffy in cpu_data. Previous call to
|
|
* smp_store_cpu_info() stored a value that is close but not as
|
|
* smp_store_cpu_info() stored a value that is close but not as
|
|
* accurate as the value just calculated.
|
|
* accurate as the value just calculated.
|
|
- *
|
|
|
|
- * Need to enable IRQs because it can take longer and then
|
|
|
|
- * the NMI watchdog might kill us.
|
|
|
|
*/
|
|
*/
|
|
- local_irq_enable();
|
|
|
|
calibrate_delay();
|
|
calibrate_delay();
|
|
cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy;
|
|
cpu_data(cpuid).loops_per_jiffy = loops_per_jiffy;
|
|
- local_irq_disable();
|
|
|
|
pr_debug("Stack at about %p\n", &cpuid);
|
|
pr_debug("Stack at about %p\n", &cpuid);
|
|
|
|
|
|
/*
|
|
/*
|