Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277399
b: refs/heads/master
c: cd490c5
h: refs/heads/master
i:
  277397: f8b581c
  277395: 43e0e1d
  277391: f0cd61c
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Dec 6, 2011
1 parent fb9015d commit 5d45750
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: 8a6d42d1b32ad239c28f445138ea9c19aa52dd20
refs/heads/master: cd490c5b285544dc1319cf79c2ca0528a6447f61
2 changes: 1 addition & 1 deletion trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ static void nohz_balancer_kick(int cpu)
if (ilb_cpu >= nr_cpu_ids)
return;

if (test_and_set_bit(NOHZ_BALANCE_KICK, nohz_flags(cpu)))
if (test_and_set_bit(NOHZ_BALANCE_KICK, nohz_flags(ilb_cpu)))
return;
/*
* Use smp_send_reschedule() instead of resched_cpu().
Expand Down

0 comments on commit 5d45750

Please sign in to comment.