Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13664
b: refs/heads/master
c: a47ab93
h: refs/heads/master
v: v3
  • Loading branch information
Chen, Kenneth W authored and Linus Torvalds committed Nov 10, 2005
1 parent 1863002 commit 8cc3c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6730c3c14421b7c924d06e31bb66e0adad225547
refs/heads/master: a47ab9371e664952b1104a70ec8e9b74db3f7a5f
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,8 @@ static void activate_task(task_t *p, runqueue_t *rq, int local)
}
#endif

p->prio = recalc_task_prio(p, now);
if (!rt_task(p))
p->prio = recalc_task_prio(p, now);

/*
* This checks to make sure it's not an uninterruptible task
Expand Down

0 comments on commit 8cc3c0d

Please sign in to comment.