[PATCH 6/6] sched: disabled rt-bandwidth by default

From: Peter Zijlstra
Date: Tue Aug 19 2008 - 06:44:22 EST


Disable bandwidth control by default.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/