commit | c18a17329b3389315e8a138d998b217077509c13 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 09 18:51:59 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jul 09 18:51:59 2007 +0200 |
tree | 6425c0a3a5eebc9ea78f79506fa610e09f335bf2 | |
parent | f2ac58ee617fd9f6cd9922fbcd291b661d7c9954 [diff] |
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>