Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182512
b: refs/heads/master
c: 60db48c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 22, 2010
1 parent ce7ff1d commit ebe3154
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: 37dad3fce97f01e5149d69de0833d8452c0e862e
refs/heads/master: 60db48cacb9b253d5607a5ff206112a59cd09e34
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4237,7 +4237,7 @@ void rt_mutex_setprio(struct task_struct *p, int prio)
if (running)
p->sched_class->set_curr_task(rq);
if (on_rq) {
enqueue_task(rq, p, 0, false);
enqueue_task(rq, p, 0, oldprio < prio);

check_class_changed(rq, p, prev_class, oldprio, running);
}
Expand Down

0 comments on commit ebe3154

Please sign in to comment.