diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 20:20:39 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:48:18 +0200 |
commit | 808339b1dd76cc9c72bea16f40c335111b5451c1 (patch) | |
tree | 2a265cd8c46630717122c9f3a0981d740a090e2f | |
parent | 380e31119611b26ee593e4426115feae765be837 (diff) | |
download | linux-3.10-808339b1dd76cc9c72bea16f40c335111b5451c1.tar.gz linux-3.10-808339b1dd76cc9c72bea16f40c335111b5451c1.tar.bz2 linux-3.10-808339b1dd76cc9c72bea16f40c335111b5451c1.zip |
frv: Select GENERIC_HARDIRQS_NO_DEPRECATED
All chips converted
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: David Howells <dhowells@redhat.com>
LKML-Reference: <20110206192106.601290592@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index f6037b2da25..1872c42a507 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -6,6 +6,7 @@ config FRV select HAVE_IRQ_WORK select HAVE_PERF_EVENTS select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED config ZONE_DMA bool |