Disable bandwidth control by default. Signed-off-by: Peter Zijlstra --- kernel/sched.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) Index: linux-2.6/kernel/sched.c =================================================================== --- linux-2.6.orig/kernel/sched.c +++ linux-2.6/kernel/sched.c @@ -824,9 +824,9 @@ static __read_mostly int scheduler_runni /* * part of the period that we allow rt tasks to run in us. - * default: 0.95s + * default: inf */ -int sysctl_sched_rt_runtime = 950000; +int sysctl_sched_rt_runtime = -1; static inline u64 global_rt_period(void) { -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/