Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82878
b: refs/heads/master
c: 7bb308a
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Feb 4, 2008
1 parent 6f85bfe commit 1f00ba9
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: e04f99c987a82f075fcc2bceda351d7610802a88
refs/heads/master: 7bb308a1eae2a3b869c498017aed15a699d80799
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void cpu_idle_wait(void)
* because it has nothing to do.
* Give all the remaining CPUS a kick.
*/
smp_call_function_mask(map, do_nothing, 0, 0);
smp_call_function_mask(map, do_nothing, NULL, 0);
} while (!cpus_empty(map));

set_cpus_allowed(current, tmp);
Expand Down

0 comments on commit 1f00ba9

Please sign in to comment.