git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6956dc5
)
sched: Use task_rq_unlock() in __sched_setscheduler()
author
Namhyung Kim
<namhyung.kim@lge.com>
Sat, 7 Jul 2012 07:49:02 +0000
(16:49 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 26 Jul 2012 09:46:59 +0000
(11:46 +0200)
It seems there's no specific reason to open-code it. I guess
commit
0122ec5b02f76
("sched: Add p->pi_lock to task_rq_lock()")
simply missed it. Let's be consistent with others.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link:
http://lkml.kernel.org/r/1341647342-6742-1-git-send-email-namhyung@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found