commit | b0aa51b999c449e5e3f9faa1ee406e052d407fe7 | [log] [tgz] |
---|---|---|
author | Mike Galbraith <efault@gmx.de> | Fri Oct 17 15:33:21 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 17 15:36:58 2008 +0200 |
tree | c3c21be0aa90658469ef039065b260172ab9b974 | |
parent | b968905292eaa52b25abb7b3e6c0841dac9f03ae [diff] |
sched: minor fast-path overhead reduction Greetings, 103638d added a bit of avoidable overhead to the fast-path. Use sysctl_sched_min_granularity instead of sched_slice() to restrict buddy wakeups. Signed-off-by: Mike Galbraith <efault@gmx.de> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>