[PATCH 6/6] sched: disabled rt-bandwidth by default
[Posted September 1, 2008 by corbet]
| From: |
| Peter Zijlstra <a.p.zijlstra-AT-chello.nl> |
| To: |
| linux-kernel-AT-vger.kernel.org |
| Subject: |
| [PATCH 6/6] sched: disabled rt-bandwidth by default |
| Date: |
| Tue, 19 Aug 2008 12:33:07 +0200 |
| Message-ID: |
| <20080819103844.459178947@chello.nl> |
| Cc: |
| Stefani Seibold <stefani-AT-seibold.net>,
Dario Faggioli <raistlin-AT-linux.it>,
Nick Piggin <nickpiggin-AT-yahoo.com.au>,
Max Krasnyansky <maxk-AT-qualcomm.com>,
Linus Torvalds <torvalds-AT-linux-foundation.org>,
Thomas Gleixner <tglx-AT-linutronix.de>,
Ingo Molnar <mingo-AT-elte.hu>,
Peter Zijlstra <a.p.zijlstra-AT-chello.nl> |
| Archive-link: |
| Article,
Thread
|
Disable bandwidth control by default.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
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)
{
--
(
Log in to post comments)