commit | 6cbf1c126cf6a727287d61b122fde00a8b827bfe | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Dec 18 15:21:13 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 18 15:21:13 2007 +0100 |
tree | b6eaf9d529721bb0928f6834dbd1ad61f87c0697 | |
parent | 2bacec8c318ca0418c0ee9ac662ee44207765dd4 [diff] |
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>