Messages in this thread |  | | | Date | Tue, 1 Jul 2008 08:18:15 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 1/2] mpparse: Add a knob to disable IRQ 0 through I/O APIC | |
* Randy Dunlap <randy.dunlap@oracle.com> 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
|  |