Re: [PATCH 1/1] - Altix: more ACPI PRT support

2007-02-02 Thread Len Brown
On Friday 02 February 2007 20:37, Andrew Morton wrote: > On Fri, 02 Feb 2007 14:54:12 -0600 > John Keller <[EMAIL PROTECTED]> 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_MOD

Re: [PATCH 1/1] - Altix: more ACPI PRT support

2007-02-02 Thread Andrew Morton
On Fri, 02 Feb 2007 14:54:12 -0600 John Keller <[EMAIL PROTECTED]> 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 <[EMAIL

[PATCH 1/1] - Altix: more ACPI PRT support

2007-02-02 Thread John Keller
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 <[EMAIL PROTECTED]> --- Due to an oversight, this code was not added previously when similar c