lkml.org 
[lkml]   [2008]   [Jul]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 1 Jul 2008 08:18:15 +0200
FromIngo Molnar <>
SubjectRe: [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


\
 
 \ /
  Last update: 2008-07-01 08:21    [from the cache]
©2003-2008