[PATCH] powerpc: Lack of ISA interrupts on XICS isn't dangerous

This isn't really a dangerous thing any more; most systems lack
ISA interrupt controllers.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Olof Johansson 2006-04-12 15:26:00 -05:00 committed by Paul Mackerras
parent e110b281dc
commit cc98f70557

View file

@ -522,7 +522,7 @@ void xics_init_IRQ(void)
np = of_find_node_by_type(NULL, "interrupt-controller");
if (!np) {
printk(KERN_WARNING "xics: no ISA interrupt controller\n");
printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
xics_irq_8259_cascade_real = -1;
xics_irq_8259_cascade = -1;
} else {