Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88742
b: refs/heads/master
c: e104383
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 4d81b35 commit 31bac81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e90009bcc1137c51d677262417f16c00ad2ce9a9
refs/heads/master: e104383fbf26570968cbf060955f67cd5378300a
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static void __cpuinit smp_callin(void)
*/
if (cpu_isset(cpuid, cpu_callout_map))
break;
rep_nop();
cpu_relax();
}

if (!time_before(jiffies, timeout)) {
Expand Down Expand Up @@ -242,7 +242,7 @@ static void __cpuinit start_secondary(void *unused)
preempt_disable();
smp_callin();
while (!cpu_isset(smp_processor_id(), smp_commenced_mask))
rep_nop();
cpu_relax();
/*
* Check TSC synchronization with the BP:
*/
Expand Down

0 comments on commit 31bac81

Please sign in to comment.