Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101403
b: refs/heads/master
c: ce0d1b6
h: refs/heads/master
i:
  101401: 72f5226
  101399: 334c8d1
v: v3
  • Loading branch information
Ingo Molnar committed Jun 27, 2008
1 parent 810ab66 commit e9606bf
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: 127a237a1ff49fa5b8e00af91e841598aeea3513
refs/heads/master: ce0d1b6f73870878aae622b72e85fe8f7a16b51c
2 changes: 1 addition & 1 deletion trunk/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info,
return 0;
else if (num_cpus == 1) {
cpu = first_cpu(mask);
return smp_call_function_single(cpu, func, info, 0, wait);
return smp_call_function_single(cpu, func, info, wait);
}

if (!wait) {
Expand Down

0 comments on commit e9606bf

Please sign in to comment.