[PATCH] ia64: use has_8259 in acpi_register_irq()
acpi_madt is marked as __initdata, so an attempt to use acpi_register_irq() after we discarded init sections would cause us to dereference a random location. Everywhere else uses has_8259 anyway.
Showing
Please register or sign in to comment