Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145709
b: refs/heads/master
c: 6e29ec5
h: refs/heads/master
i:
  145707: 5a378f0
v: v3
  • Loading branch information
Gautham R Shenoy authored and Ingo Molnar committed Apr 21, 2009
1 parent a0b1d85 commit 8b1ac9a
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: ff743345bf7685a207868048a70e23164c4785e5
refs/heads/master: 6e29ec5701e9d44fa02b96c1c5c45f7516182b65
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4356,7 +4356,7 @@ static int find_new_ilb(int cpu)
#else /* (CONFIG_SCHED_MC || CONFIG_SCHED_SMT) */
static inline int find_new_ilb(int call_cpu)
{
return first_cpu(nohz.cpu_mask);
return cpumask_first(nohz.cpu_mask);
}
#endif

Expand Down

0 comments on commit 8b1ac9a

Please sign in to comment.