Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8576
b: refs/heads/master
c: b445221
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent 659a06d commit f1410e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70556463487f33bc6728a7596b97f86b811aad22
refs/heads/master: b4452218c4b7a579056d439b73a668b71654c137
5 changes: 5 additions & 0 deletions trunk/arch/x86_64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,13 @@ void __cpuinit smp_callin(void)

/*
* Get our bogomips.
*
* Need to enable IRQs because it can take longer and then
* the NMI watchdog might kill us.
*/
local_irq_enable();
calibrate_delay();
local_irq_disable();
Dprintk("Stack at about %p\n",&cpuid);

disable_APIC_timer();
Expand Down

0 comments on commit f1410e1

Please sign in to comment.