aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-06 22:45:38 +0000
committerThomas Gleixner <tglx@linutronix.de>2011-02-14 19:37:40 +0100
commit53c39ce56d203d80ba8217a16bb024b25185fb7e (patch)
treefecf184539895b99894381da51810d6a2c2e77c2 /arch/um
parentd5b4eea1c575b78448fd5dc54d250ff302ca22f9 (diff)
downloadkernel_samsung_smdk4412-53c39ce56d203d80ba8217a16bb024b25185fb7e.tar.gz
kernel_samsung_smdk4412-53c39ce56d203d80ba8217a16bb024b25185fb7e.tar.bz2
kernel_samsung_smdk4412-53c39ce56d203d80ba8217a16bb024b25185fb7e.zip
um: Select GENERIC_HARDIRQS_NO_DEPRECATED
irq chips converted and proper accessor functions used. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jeff Dike <jdike@addtoit.com> Cc: Andrew Morton <akpm@linux-foundation.org> LKML-Reference: <20110206224515.430825903@linutronix.de>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/Kconfig.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index e351e14b433..1e78940218c 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -7,6 +7,7 @@ config UML
bool
default y
select HAVE_GENERIC_HARDIRQS
+ select GENERIC_HARDIRQS_NO_DEPRECATED
config MMU
bool