Commit 47c4b10b authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Fix for spurious interrupts in LPAR without ISA.

parent 45640282
......@@ -357,6 +357,7 @@ xics_init_IRQ( void )
np = find_type_devices("interrupt-controller");
if (!np) {
printk(KERN_WARNING "xics: no ISA Interrupt Controller\n");
xics_irq_8259_cascade_real = -1;
xics_irq_8259_cascade = -1;
} else {
ireg = (uint *) get_property(np, "interrupts", 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment