Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232769
b: refs/heads/master
c: 06c3bc6
h: refs/heads/master
i:
  232767: 4cea682
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Feb 3, 2011
1 parent 82ec739 commit 586531d
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: 1e1dbb259c79b38a542c1c4c00fd8dfe936b183b
refs/heads/master: 06c3bc655697b19521901f9254eb0bbb2c67e7e8
2 changes: 1 addition & 1 deletion trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ static void update_curr_rt(struct rq *rq)
struct rt_rq *rt_rq = rt_rq_of_se(rt_se);
u64 delta_exec;

if (!task_has_rt_policy(curr))
if (curr->sched_class != &rt_sched_class)
return;

delta_exec = rq->clock_task - curr->se.exec_start;
Expand Down

0 comments on commit 586531d

Please sign in to comment.