commit | db292ca302e83534f5f0f7139e13d7e6976e51f9 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Dec 04 17:04:39 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 04 17:04:39 2007 +0100 |
tree | 5d217514330e447b82f07601cdc87e6fd135d76b | |
parent | 77034937dc4575ca0a76bf209838ecd39e804089 [diff] |
sched: default to more agressive yield for SCHED_BATCH tasks do more agressive yield for SCHED_BATCH tuned tasks: they are all about throughput anyway. This allows a gentler migration path for any apps that relied on stronger yield. Signed-off-by: Ingo Molnar <mingo@elte.hu>