Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946276AbXBCC6N (ORCPT ); Fri, 2 Feb 2007 21:58:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946265AbXBCC6M (ORCPT ); Fri, 2 Feb 2007 21:58:12 -0500 Received: from hera.kernel.org ([140.211.167.34]:51386 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946238AbXBCC6J (ORCPT ); Fri, 2 Feb 2007 21:58:09 -0500 From: Len Brown Organization: Intel Open Source Technology Center To: Andrew Morton Subject: Re: [PATCH 1/1] - Altix: more ACPI PRT support Date: Fri, 2 Feb 2007 21:56:42 -0500 User-Agent: KMail/1.9.5 Cc: John Keller , linux-acpi@vger.kernel.org, ayoung@sgi.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, "Luck, Tony" References: <20070202205412.14367.60290.sendpatchset@attica.americas.sgi.com> <20070202173746.9fc66172.akpm@linux-foundation.org> In-Reply-To: <20070202173746.9fc66172.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702022156.42805.lenb@kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1643 Lines: 51 On Friday 02 February 2007 20:37, Andrew Morton wrote: > On Fri, 02 Feb 2007 14:54:12 -0600 > John Keller wrote: > > > The SN Altix platform does not conform to the > > IOSAPIC IRQ routing model. Add code in acpi_unregister_gsi() > > to check if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) and > > return. > > > > Signed-off-by: John Keller > > --- > > > > Due to an oversight, this code was not added previously when > > similar code was added to acpi_register_gsi(). > > > > http://marc.theaimsgroup.com/?l=linux-acpi&m=116680983430121&w=2 > > > > arch/ia64/kernel/acpi.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > > > Index: linux-2.6/arch/ia64/kernel/acpi.c > > =================================================================== > > --- linux-2.6.orig/arch/ia64/kernel/acpi.c 2007-02-02 14:44:31.000000000 -0600 > > +++ linux-2.6/arch/ia64/kernel/acpi.c 2007-02-02 14:47:44.658143727 -0600 > > @@ -609,6 +609,9 @@ EXPORT_SYMBOL(acpi_register_gsi); > > > > void acpi_unregister_gsi(u32 gsi) > > { > > + if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) > > + return; > > + > > iosapic_unregister_intr(gsi); > > } > > Given that the December 22 patch appears to be in mainline, and that this > patch is simple, I shall cheerily bypass maintainers and send it in for > 2.6.20. Yep. Acked-by: Len Brown thanks, -Len - 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/