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:
6892b75
)
sched: remove duplicate code from sched_fair.c
author
Balbir Singh
<balbir@linux.vnet.ibm.com>
Fri, 22 Feb 2008 07:55:53 +0000
(13:25 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 25 Feb 2008 15:34:17 +0000
(16:34 +0100)
pick_task_entity() duplicates existing code. This functionality can be
easily obtained using rb_last(). Avoid code duplication by using rb_last().
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c
patch
|
blob
|
history
diff --cc
kernel/sched_fair.c
Simple merge