From: Peter Zijlstra Date: Fri, 9 Nov 2007 21:39:37 +0000 (+0100) Subject: sched: reintroduce the sched_min_granularity tunable X-Git-Tag: v2.6.24-rc3~170^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2be5e96dc0b5a179cf4cb98e65cfb605752ca26;p=pandora-kernel.git sched: reintroduce the sched_min_granularity tunable we lost the sched_min_granularity tunable to a clever optimization that uses the sched_latency/min_granularity ratio - but the ratio is quite unintuitive to users and can also crash the kernel if the ratio is set to 0. So reintroduce the min_granularity tunable, while keeping the ratio maintained internally. no functionality changed. [ mingo@elte.hu: some fixlets. ] Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed