Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 14 Aug 2002 06:06:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 14 Aug 2002 06:06:45 -0400 Received: from skynet.stack.nl ([131.155.140.225]:55311 "EHLO skynet.stack.nl") by vger.kernel.org with ESMTP id ; Wed, 14 Aug 2002 06:06:44 -0400 Date: Wed, 14 Aug 2002 12:10:34 +0200 (CEST) From: Jos Hulzink To: Linus Torvalds Cc: "Martin J. Bligh" , linux-kernel , Matt Dobson Subject: Re: [PATCH] NUMA-Q disable irqbalance In-Reply-To: Message-ID: <20020814115944.Q22573-100000@toad.stack.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 26 On Tue, 13 Aug 2002, Linus Torvalds wrote: > There are tons of reasons to run the same kernel on a multitude of > machines, even ignoring the issue of things like installers etc. > > We had this CONFIG_xxxx disease when it came to SSE, we had it when it > came to TSC, etc. And in every case it ended up being bad, simply because > it's not the right interface for _users_. True, but the nice thing about the linux kernel is that every little detail can be modified as you like. I think it is very important to answer the question what skills a person that wants to compile a kernel needs. If you want to lower the threshold, this sure is an config option that shouldn't be there. Maybe the config system should provide an expert-mode to tweak stuff like this, and enable / disable the irq balancing by default according to the processor type selected. Jos - 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/