]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/dmar.c
x64, x2apic/intr-remap: parse ioapic scope under vt-d structures
[linux-2.6-omap-h63xx.git] / drivers / pci / dmar.c
index 903f1701edfff498ccd78de3780ceceb13d77704..127764cfbe27d918384869c07ce93ec84366881a 100644 (file)
@@ -423,6 +423,9 @@ int __init dmar_table_init(void)
                printk(KERN_INFO PREFIX "No RMRR found\n");
 #endif
 
+#ifdef CONFIG_INTR_REMAP
+       parse_ioapics_under_ir();
+#endif
        return 0;
 }