Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277398
b: refs/heads/master
c: 8a6d42d
h: refs/heads/master
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Dec 6, 2011
1 parent f8b581c commit fb9015d
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: f8b6d1cc7dc15cf3de538b864eefaedad7a84d85
refs/heads/master: 8a6d42d1b32ad239c28f445138ea9c19aa52dd20
2 changes: 1 addition & 1 deletion trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -5020,7 +5020,7 @@ static void nohz_idle_balance(int this_cpu, enum cpu_idle_type idle)
goto end;

for_each_cpu(balance_cpu, nohz.idle_cpus_mask) {
if (balance_cpu == this_cpu || !idle_cpu(this_cpu))
if (balance_cpu == this_cpu || !idle_cpu(balance_cpu))
continue;

/*
Expand Down

0 comments on commit fb9015d

Please sign in to comment.