diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 23:04:44 +0000 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-02-23 16:07:36 -0500 |
commit | deb4b003eb33e63af23cd887ded04ad77ab3dcbb (patch) | |
tree | f8c98783f3d19a9a4ca7a9196b0523a577f02c34 /arch | |
parent | 14536076dfa382a4b302709ffd3041ae10107144 (diff) | |
download | linux-deb4b003eb33e63af23cd887ded04ad77ab3dcbb.tar.gz linux-deb4b003eb33e63af23cd887ded04ad77ab3dcbb.tar.bz2 linux-deb4b003eb33e63af23cd887ded04ad77ab3dcbb.zip |
tile: Select GENERIC_HARDIRQS_NO_DEPRECATED
irq chip converted and proper accessor functions used.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 08948e4e1503..9e4eb51b673f 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -11,6 +11,7 @@ config TILE select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_PROBE select GENERIC_PENDING_IRQ if SMP + select GENERIC_HARDIRQS_NO_DEPRECATED # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT |