Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: Revert "ACPI: ibm-acpi: make non-generic bay support optional" ACPI: update MAINTAINERS ACPI: schedule obsolete features for deletion ACPI: delete two spurious ACPI messages ACPI: rename cstate_entry_s to cstate_entry ACPI: ec: enable printk on cmdline use ACPI: Altix: ACPI _PRT support
This commit is contained in:
@@ -590,6 +590,9 @@ void __init acpi_numa_arch_fixup(void)
|
||||
*/
|
||||
int acpi_register_gsi(u32 gsi, int triggering, int polarity)
|
||||
{
|
||||
if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM)
|
||||
return gsi;
|
||||
|
||||
if (has_8259 && gsi < 16)
|
||||
return isa_irq_to_vector(gsi);
|
||||
|
||||
|
@@ -223,6 +223,9 @@ sn_io_acpi_init(void)
|
||||
u64 result;
|
||||
s64 status;
|
||||
|
||||
/* SN Altix does not follow the IOSAPIC IRQ routing model */
|
||||
acpi_irq_model = ACPI_IRQ_MODEL_PLATFORM;
|
||||
|
||||
acpi_bus_register_driver(&acpi_sn_hubdev_driver);
|
||||
status = sal_ioif_init(&result);
|
||||
if (status || result)
|
||||
|
Reference in New Issue
Block a user