Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105245
b: refs/heads/master
c: ba42059
h: refs/heads/master
i:
  105243: 859e371
v: v3
  • Loading branch information
Ingo Molnar committed Jul 20, 2008
1 parent e51f39f commit 48748bb
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: d986434a7d32079cc6cbedcdb04d834aa9b323ff
refs/heads/master: ba42059fbd0aa1ac91b582412b5fedb1258f241f
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ static inline int hrtick_enabled(struct rq *rq)
{
if (!sched_feat(HRTICK))
return 0;
if (!cpu_online(cpu_of(rq)))
if (!cpu_active(cpu_of(rq)))
return 0;
return hrtimer_is_hres_active(&rq->hrtick_timer);
}
Expand Down

0 comments on commit 48748bb

Please sign in to comment.