mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-07 12:00:38 +00:00
Revert "MIPS: Print irq handler description"
This reverts commit 558d1de8ba9ebb1cc3f3062f1371b9330772164f.
This commit is contained in:
parent
dbda6ac089
commit
5312dc6bc0
@ -111,7 +111,6 @@ int show_interrupts(struct seq_file *p, void *v)
|
|||||||
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
|
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
|
||||||
#endif
|
#endif
|
||||||
seq_printf(p, " %14s", irq_desc[i].chip->name);
|
seq_printf(p, " %14s", irq_desc[i].chip->name);
|
||||||
seq_printf(p, "-%-8s", irq_desc[i].name);
|
|
||||||
seq_printf(p, " %s", action->name);
|
seq_printf(p, " %s", action->name);
|
||||||
|
|
||||||
for (action=action->next; action; action = action->next)
|
for (action=action->next; action; action = action->next)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user