--- zzzz-none-000/linux-2.6.32.61/arch/mips/kernel/irq.c 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/arch/mips/kernel/irq.c 2012-07-17 14:27:24.000000000 +0000 @@ -111,11 +111,18 @@ seq_printf(p, "%10u ", kstat_irqs_cpu(i, j)); #endif seq_printf(p, " %14s", irq_desc[i].chip->name); - seq_printf(p, " %s", action->name); + +#if 0 + seq_printf(p, " depth: %d", irq_desc[i].depth); + seq_printf(p, " status: %#x", irq_desc[i].status); +#endif + + seq_printf(p, " %s", action->name); for (action=action->next; action; action = action->next) seq_printf(p, ", %s", action->name); + seq_putc(p, '\n'); skip: spin_unlock_irqrestore(&irq_desc[i].lock, flags);