sched: do not hurt SCHED_BATCH on wakeup
authorIngo Molnar <mingo@elte.hu>
Tue, 18 Dec 2007 14:21:13 +0000 (15:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 18 Dec 2007 14:21:13 +0000 (15:21 +0100)
commit6cbf1c126cf6a727287d61b122fde00a8b827bfe
treeb6eaf9d529721bb0928f6834dbd1ad61f87c0697
parent2bacec8c318ca0418c0ee9ac662ee44207765dd4
sched: do not hurt SCHED_BATCH on wakeup

measurements by Yanmin Zhang have shown that SCHED_BATCH tasks benefit
if they run the same place_entity() logic as SCHED_OTHER tasks - so
uniformize behavior in this area.

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