Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753011AbYHSKoV (ORCPT ); Tue, 19 Aug 2008 06:44:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751126AbYHSKoL (ORCPT ); Tue, 19 Aug 2008 06:44:11 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:54414 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750909AbYHSKoK (ORCPT ); Tue, 19 Aug 2008 06:44:10 -0400 Message-Id: <20080819103844.459178947@chello.nl> References: <20080819103301.787700742@chello.nl> User-Agent: quilt/0.46-1 Date: Tue, 19 Aug 2008 12:33:07 +0200 From: Peter Zijlstra To: linux-kernel@vger.kernel.org Cc: Stefani Seibold , Dario Faggioli , Nick Piggin , Max Krasnyansky , Linus Torvalds , Thomas Gleixner , Ingo Molnar , Peter Zijlstra Subject: [PATCH 6/6] sched: disabled rt-bandwidth by default Content-Disposition: inline; filename=sched-rt-bw-default-disable.patch X-Bad-Reply: References but no 'Re:' in Subject. Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 893 Lines: 31 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/