sched: remove expired_starving()
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:59 +0000 (18:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:59 +0000 (18:51 +0200)
commitc18a17329b3389315e8a138d998b217077509c13
tree6425c0a3a5eebc9ea78f79506fa610e09f335bf2
parentf2ac58ee617fd9f6cd9922fbcd291b661d7c9954
sched: remove expired_starving()

remove the expired_starving() heuristics from the core scheduler.

CFS does not need it, and this did not really work well in practice
anyway, due to the rq->nr_running multiplier to STARVATION_LIMIT.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c