aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2005-01-11 16:59:26 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2005-01-11 16:59:26 +0000
commit5a1b817d2e63ba23f8b5649ed60ea4a46706306d (patch)
tree859180b7e96dec45d67ed093133889b17e647dc0 /arch
parentc7f4b6bf13d43225ba9aff6fd5594bbd2f94cf37 (diff)
downloadhistory-5a1b817d2e63ba23f8b5649ed60ea4a46706306d.tar.gz
[ARM] Add show_ipi_list() call.
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/kernel/irq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/kernel/irq.c b/arch/arm/kernel/irq.c
index 5b35e76c3ce44d..3ec2c1223aa056 100644
--- a/arch/arm/kernel/irq.c
+++ b/arch/arm/kernel/irq.c
@@ -232,6 +232,9 @@ unlock:
#ifdef CONFIG_ARCH_ACORN
show_fiq_list(p, v);
#endif
+#ifdef CONFIG_SMP
+ show_ipi_list(p);
+#endif
seq_printf(p, "Err: %10lu\n", irq_err_count);
}
return 0;