From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764422AbXKTXr6 (ORCPT ); Tue, 20 Nov 2007 18:47:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757773AbXKTXru (ORCPT ); Tue, 20 Nov 2007 18:47:50 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:56704 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758147AbXKTXrt (ORCPT ); Tue, 20 Nov 2007 18:47:49 -0500 Date: Wed, 21 Nov 2007 00:47:25 +0100 From: Ingo Molnar To: "H. Peter Anvin" Cc: Mark Lord , Arjan van de Ven , Nick Piggin , Andrew Morton , Linus Torvalds , Linux Kernel , Thomas Gleixner Subject: Re: CONFIG_IRQBALANCE for 64-bit x86 ? Message-ID: <20071120234725.GH23667@elte.hu> References: <47425EA5.7000607@rtr.ca> <200711201517.16171.nickpiggin@yahoo.com.au> <20071119213727.16d5917b@laptopd505.fenrus.org> <200711201837.39664.nickpiggin@yahoo.com.au> <20071120064747.2a8036cd@laptopd505.fenrus.org> <20071120220110.GF24156@elte.hu> <47436C43.6010200@rtr.ca> <20071120232723.GB23667@elte.hu> <47436ECD.3050004@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47436ECD.3050004@zytor.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7-deb -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * H. Peter Anvin wrote: > Ingo Molnar wrote: >> * Mark Lord wrote: >> >>> Perhaps, but this also violates the principle that the kernel should just >>> *work* with sensible defaults. I don't use an initrd, or an initramfs, >>> and have no intention of ever doing so. >> >> nor do i - i was under the impression that klibc was able to work out of a >> bzImage too? Am i wrong? >> > > Nope. It runs inside an initramfs, of course; that initramfs is > linked into the kernel binary. would be nice to have a single-image variant for all of this. having the separate initrd was always trouble - and it's pointless as well. (we rarely update the initrd without updating the vmlinuz as well) Ingo