alpha: Use generic show_interrupts()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 21:20:51 +0000 (22:20 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:58 +0000 (14:47 +0200)
commita6e120ed42004d6051fff7c3233e2554f12ccecb
treedd0210b2f78a5fca1b24fe8211d5dbaac9434a6b
parenta9eb076b21425929ce543978db03265d9db210de
alpha: Use generic show_interrupts()

The only subtle difference is that alpha uses ACTUAL_NR_IRQS and
prints the IRQF_DISABLED flag.

Change the generic implementation to deal with ACTUAL_NR_IRQS if
defined.

The IRQF_DISABLED printing is pointless, as we nowadays run all
interrupts with irqs disabled.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/alpha/Kconfig
arch/alpha/kernel/irq.c
kernel/irq/proc.c