[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Tue, 1 Jul 2008 08:18:15 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Randy Dunlap <randy.dunlap@...cle.com>
Subject: Re: [PATCH 1/2] mpparse: Add a knob to disable IRQ 0 through I/O
APIC
* Randy Dunlap <randy.dunlap@...cle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux