ACPI: Altix: ACPI _PRT support
authorJohn Keller <jpk@sgi.com>
Fri, 22 Dec 2006 17:50:04 +0000 (11:50 -0600)
committerLen Brown <len.brown@intel.com>
Thu, 4 Jan 2007 17:18:19 +0000 (12:18 -0500)
commit3948ec9406f9a60a43d63f23f6f5284db6529b9c
tree85bad329fb23be9527492d773dc2ed64f3908d60
parenta7ec3f5289681e9d63b65db5f56857f998812b4b
ACPI: Altix: ACPI _PRT support

Provide ACPI _PRT support for SN Altix systems.

The SN Altix platform does not conform to the
IOSAPIC IRQ routing model, so a new acpi_irq_model
(ACPI_IRQ_MODEL_PLATFORM) has been defined. The SN
platform specific code sets acpi_irq_model to
this new value, and keys off of it in acpi_register_gsi()
to avoid the iosapic code path.

Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/ia64/kernel/acpi.c
arch/ia64/sn/kernel/io_acpi_init.c
drivers/acpi/bus.c
include/linux/acpi.h