* Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote: > What calls set_disable_irq0_through_ioapic() ? a DMI quirk in the next patch: +dmi_disable_irq0_through_ioapic(const struct dmi_system_id *d) +{ + pr_notice("%s detected: disabling IRQ 0 through I/O APIC\n", d->ident); + set_disable_irq0_through_ioapic(1); + return 0; Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html