Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179352
b: refs/heads/master
c: af2422c
h: refs/heads/master
v: v3
  • Loading branch information
David John authored and Linus Torvalds committed Jan 16, 2010
1 parent 31036dd commit 77baf8e
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: cc8ef6eb21e964b1c5eb97b2d0e8ac9893e1bf86
refs/heads/master: af2422c42c0ff42b8b93dbb3a5fe65250fb65c40
2 changes: 1 addition & 1 deletion trunk/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ int smp_call_function_any(const struct cpumask *mask,
goto call;

/* Try for same node. */
nodemask = cpumask_of_node(cpu);
nodemask = cpumask_of_node(cpu_to_node(cpu));
for (cpu = cpumask_first_and(nodemask, mask); cpu < nr_cpu_ids;
cpu = cpumask_next_and(cpu, nodemask, mask)) {
if (cpu_online(cpu))
Expand Down

0 comments on commit 77baf8e

Please sign in to comment.