sched: minor fast-path overhead reduction
authorMike Galbraith <efault@gmx.de>
Fri, 17 Oct 2008 13:33:21 +0000 (15:33 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 17 Oct 2008 13:36:58 +0000 (15:36 +0200)
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>
kernel/sched_fair.c

Simple merge