Don't check exclusive IRQ fieldin the PIR table.
[coreboot.git] / src / arch / i386 / boot / pirq_routing.c
index fe4b0b47b4b204fc6c6afdc074aec85a7400b516..df201492b24de58fdabe9b50f4966d4856bded8d 100644 (file)
@@ -121,7 +121,7 @@ void pirq_routing_irqs(unsigned long addr)
                for (j = 0; j < 4; j++) {
 
                        int link = pirq_tbl->slots[i].irq[j].link;
-                       int bitmap = pirq_tbl->slots[i].irq[j].bitmap & pirq_tbl->exclusive_irqs;
+                       int bitmap = pirq_tbl->slots[i].irq[j].bitmap;
                        int irq = 0;
 
                        printk_debug("INT: %c link: %x bitmap: %x  ",