Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210886
b: refs/heads/master
c: f6c3f16
h: refs/heads/master
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Sep 21, 2010
1 parent ad022fa commit 09be33d
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: e75e863dd5c7d96b91ebbd241da5328fc38a78cc
refs/heads/master: f6c3f1686e7ec1dd8725a9a3dcb857dfd0c7a5bf
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -3630,7 +3630,7 @@ static inline int nohz_kick_needed(struct rq *rq, int cpu)
if (time_before(now, nohz.next_balance))
return 0;

if (!rq->nr_running)
if (rq->idle_at_tick)
return 0;

first_pick_cpu = atomic_read(&nohz.first_pick_cpu);
Expand Down

0 comments on commit 09be33d

Please sign in to comment.