|
@@ -462,6 +462,8 @@ int show_interrupts(struct seq_file *p, void *v)
|
|
|
} else {
|
|
|
seq_printf(p, " %8s", "None");
|
|
|
}
|
|
|
+ if (desc->irq_data.domain)
|
|
|
+ seq_printf(p, " %*d", prec, (int) desc->irq_data.hwirq);
|
|
|
#ifdef CONFIG_GENERIC_IRQ_SHOW_LEVEL
|
|
|
seq_printf(p, " %-8s", irqd_is_level_type(&desc->irq_data) ? "Level" : "Edge");
|
|
|
#endif
|