[PATCH] powerpc: Lack of ISA interrupts on XICS isn't dangerous
authorOlof Johansson <olof@lixom.net>
Wed, 12 Apr 2006 20:26:00 +0000 (15:26 -0500)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Apr 2006 08:45:13 +0000 (18:45 +1000)
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>
arch/powerpc/platforms/pseries/xics.c

index 6c17df5..b14f9b5 100644 (file)
@@ -522,7 +522,7 @@ nextnode:
 
        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 {