From: Olof Johansson Date: Wed, 12 Apr 2006 20:26:00 +0000 (-0500) Subject: [PATCH] powerpc: Lack of ISA interrupts on XICS isn't dangerous X-Git-Tag: v2.6.18-rc1~1081^2~225^2~136 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=cc98f70557bd08f2eea7b955dd918692a655d72e;p=~andy%2Flinux [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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/pseries/xics.c b/arch/powerpc/platforms/pseries/xics.c index 6c17df5814b..b14f9b5c114 100644 --- a/arch/powerpc/platforms/pseries/xics.c +++ b/arch/powerpc/platforms/pseries/xics.c @@ -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 {