[PARISC] Make redirecting irq messages less noisy
authorRyan Bradetich <rbrad@parisc-linux.org>
Thu, 17 Nov 2005 21:29:50 +0000 (16:29 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:29:50 +0000 (16:29 -0500)
Make the "redirecting irq" message to not display on the console by
setting the severity to KERN_DEBUG.  The console was basically unusable.

Signed-off-by: Ryan Bradetich <rbrad@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/irq.c

index 144fc25b38726b92423dbc55695931e8897f0c54..197936d9359a4065332a2c9a67ad8bd69ad04f33 100644 (file)
@@ -343,7 +343,7 @@ void do_cpu_irq_mask(struct pt_regs *regs)
                            !cpu_isset(smp_processor_id(), dest)) {
                                int cpu = first_cpu(dest);
 
-                               printk("redirecting irq %d from CPU %d to %d\n",
+                               printk(KERN_DEBUG "redirecting irq %d from CPU %d to %d\n",
                                       irq, smp_processor_id(), cpu);
                                gsc_writel(irq + CPU_IRQ_BASE,
                                           cpu_data[cpu].hpa);