Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423466AbXBPJ2r (ORCPT ); Fri, 16 Feb 2007 04:28:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423471AbXBPJ2q (ORCPT ); Fri, 16 Feb 2007 04:28:46 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:50392 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423466AbXBPJ2p (ORCPT ); Fri, 16 Feb 2007 04:28:45 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: "Natalie Protasevich" Cc: lenb@kernel.org, "Andi Kleen" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: FW: [PATCH] i386: irq: Kill IRQ compression References: <19D0D50E9B1D0A40A9F0323DBFA04ACC023B0E20@USRV-EXCH4.na.uis.unisys.com> <32209efe0702160111q78a32df8i70e3112e5d8da5c1@mail.gmail.com> Date: Fri, 16 Feb 2007 02:27:12 -0700 In-Reply-To: <32209efe0702160111q78a32df8i70e3112e5d8da5c1@mail.gmail.com> (Natalie Protasevich's message of "Fri, 16 Feb 2007 02:11:20 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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: 1183 Lines: 26 "Natalie Protasevich" writes: > This routine actually renumbers gsi's. I don't think you can kill > ioapic_renumber_irq without bringing down ES7000 that have swapped > legacy/PCI ranges and are still out there. Moreover, mach-es7000 > purpose is to define and use the range swapper on the first ioapic. > Kernel still assumes legacy mapping having no overrides of that > extent. Perhaps the real fix is to have ACPI/MPS parsers to read the > actual pin/gsi information from the tables, which turned out pretty > difficult last time we tried. > --Natalie Yes I noticed, and you replied just before I send off an email explicitly asking you about this :) At first glance I thought it was that other piece of irq compression that showed up in arch/x86_64/io_apic.c but it appears arch/i386/io_apic.c does not have that. Anyway now all we have to do is bump up NR_IRQS and we should be good, patch in a moment. Eric - 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/