Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101402
b: refs/heads/master
c: 127a237
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 27, 2008
1 parent 72f5226 commit 810ab66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 15c8b6c1aaaf1c4edd67e2f02e4d8e1bd1a51c0d
refs/heads/master: 127a237a1ff49fa5b8e00af91e841598aeea3513
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void cpu_idle_wait(void)
{
smp_mb();
/* kick all the CPUs so that they exit out of pm_idle */
smp_call_function(do_nothing, NULL, 0, 1);
smp_call_function(do_nothing, NULL, 1);
}
EXPORT_SYMBOL_GPL(cpu_idle_wait);

Expand Down

0 comments on commit 810ab66

Please sign in to comment.