]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0ae51c590e7a6868f90968a1da182950a55c8c6
tree6425c0a3a5eebc9ea78f79506fa610e09f335bf2
parentab98569a2947dca005ccb09fef28d2a7ae07020f
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