Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Dec 2002 08:28:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Dec 2002 08:28:32 -0500 Received: from jurassic.park.msu.ru ([195.208.223.243]:15367 "EHLO jurassic.park.msu.ru") by vger.kernel.org with ESMTP id ; Mon, 9 Dec 2002 08:28:31 -0500 Date: Mon, 9 Dec 2002 16:35:11 +0300 From: Ivan Kokshaysky To: Linus Torvalds Cc: Richard Henderson , Patrick Mochel , Willy Tarreau , Petr Vandrovec , linux-kernel@vger.kernel.org, jgarzik@pobox.com Subject: Re: /proc/pci deprecation? Message-ID: <20021209163511.A1637@jurassic.park.msu.ru> References: <20021208125642.A22545@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from torvalds@transmeta.com on Sun, Dec 08, 2002 at 05:54:16PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 19 On Sun, Dec 08, 2002 at 05:54:16PM -0800, Linus Torvalds wrote: > Writing it back is actively _bad_, since it will make it very hard to > re-boot the machine without the BIOS re-enumarating the PCI bus and > filling it in again (ie it would definitely screw up using things like > kexec() on PC's, if the kernel we boot _from_ is an APIC kernel, but the > kernel we boot _into_ is not). True. This applies to alpha as well because of the way how modern consoles encode IRQs routed through the ISA bridge (actual IRQ + 0xe0). Probably we should eliminate pcibios_update_irq() call in drivers/pci/setup-irq.c and see what happens. Nothing bad, I guess. Ivan. - 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/