diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index dbfaeb30a69a..bd2f8863efa2 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -167,7 +167,9 @@ static void __cpuinit smp_callin(void) | |||
167 | /* | 167 | /* |
168 | * Get our bogomips. | 168 | * Get our bogomips. |
169 | */ | 169 | */ |
170 | local_irq_enable(); | ||
170 | calibrate_delay(); | 171 | calibrate_delay(); |
172 | local_irq_disable(); | ||
171 | Dprintk("Stack at about %p\n",&cpuid); | 173 | Dprintk("Stack at about %p\n",&cpuid); |
172 | 174 | ||
173 | /* | 175 | /* |