aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-06 17:23:50 -0500
committerChen Liqin <liqin.chen@sunplusct.com>2011-03-28 00:00:56 -0400
commit538202b5cc7d7071bddd2a70656d57b1cbb45d0b (patch)
tree814a523796d8984a32ac4d5a608b3d36a3489b72
parent7182297ebba6bfe50f594f0d2753b5867ea629fe (diff)
score: Select GENERIC_HARDIRQS_NO_DEPRECATED
All chips converted and proper accessor functions used. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
-rw-r--r--arch/score/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 27b2295f41f3..b256adbe0c5d 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -3,6 +3,7 @@ menu "Machine selection"
3config SCORE 3config SCORE
4 def_bool y 4 def_bool y
5 select HAVE_GENERIC_HARDIRQS 5 select HAVE_GENERIC_HARDIRQS
6 select GENERIC_HARDIRQS_NO_DEPRECATED
6 7
7choice 8choice
8 prompt "System type" 9 prompt "System type"