From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932639AbXGRNcU (ORCPT ); Wed, 18 Jul 2007 09:32:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754491AbXGRNcH (ORCPT ); Wed, 18 Jul 2007 09:32:07 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:38850 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759610AbXGRNcF (ORCPT ); Wed, 18 Jul 2007 09:32:05 -0400 Subject: Re: [PATCH] CFS: Fix missing digit off in wmult table From: Peter Zijlstra To: Roman Zippel Cc: Linus Torvalds , Ingo Molnar , James Bruce , Thomas Gleixner , Mike Galbraith , Andrea Arcangeli , Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, Arjan van de Ven , Chris Wright In-Reply-To: References: <20070711211638.GE18767@one.firstfloor.org> <20070711214649.GK14435@v2.random> <1184302024.6709.11.camel@Homer.simpson.net> <1184355835.12353.321.camel@chaos> <469B0D9E.3030402@andrew.cmu.edu> <20070716070610.GA10907@elte.hu> <20070716112037.GA6895@elte.hu> <1184754430.20032.130.camel@twins> <1184763148.20032.135.camel@twins> Content-Type: text/plain Date: Wed, 18 Jul 2007 15:31:20 +0200 Message-Id: <1184765480.20032.144.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2007-07-18 at 15:26 +0200, Roman Zippel wrote: > Hi, > > On Wed, 18 Jul 2007, Peter Zijlstra wrote: > > > By breaking the UNIX model of nice levels. Not an option in my book. > > BTW what is the "UNIX model of nice levels"? > > SUS specifies the limit via NZERO, which is defined as "Minimum Acceptable > Value: 20", I can't find any information that it must be 20. I have never encountered a UNIX where it is anything other than 20. Convention (alas not specification) does dictate 20.