From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946139AbXD3QWY (ORCPT ); Mon, 30 Apr 2007 12:22:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946108AbXD3QWX (ORCPT ); Mon, 30 Apr 2007 12:22:23 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:50085 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423577AbXD3QWT (ORCPT ); Mon, 30 Apr 2007 12:22:19 -0400 Date: Mon, 30 Apr 2007 21:59:59 +0530 From: Srivatsa Vaddagiri To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Con Kolivas , Nick Piggin , Mike Galbraith , Arjan van de Ven , Peter Williams , Thomas Gleixner , caglar@pardus.org.tr, Willy Tarreau , Gene Heskett , Mark Lord , Zach Carter , Kasper Sandberg , buddabrod Subject: Re: [patch] CFS scheduler, -v7 Message-ID: <20070430162959.GF24350@in.ibm.com> Reply-To: vatsa@in.ibm.com References: <20070428152539.GA21601@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070428152539.GA21601@elte.hu> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 28, 2007 at 05:25:39PM +0200, Ingo Molnar wrote: > i'm pleased to announce release -v7 of the CFS scheduler patchset. (The > main goal of CFS is to implement "desktop scheduling" with as high > quality as technically possible.) +unsigned int sysctl_sched_granularity __read_mostly = 2000000; Any reason why this tunable can't be 64-bit? -- Regards, vatsa