diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-25 22:20:51 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:47:58 +0200 |
commit | a6e120ed42004d6051fff7c3233e2554f12ccecb (patch) | |
tree | dd0210b2f78a5fca1b24fe8211d5dbaac9434a6b /arch/alpha/Kconfig | |
parent | a9eb076b21425929ce543978db03265d9db210de (diff) | |
download | blackbird-obmc-linux-a6e120ed42004d6051fff7c3233e2554f12ccecb.tar.gz blackbird-obmc-linux-a6e120ed42004d6051fff7c3233e2554f12ccecb.zip |
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>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index cc31bec2e316..bd4160c57196 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -11,6 +11,7 @@ config ALPHA select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_PROBE select AUTO_IRQ_AFFINITY if SMP + select GENERIC_IRQ_SHOW select GENERIC_HARDIRQS_NO_DEPRECATED help The Alpha is a 64-bit general-purpose processor designed and |