diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 17:23:50 -0500 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2011-03-28 00:00:56 -0400 |
commit | 538202b5cc7d7071bddd2a70656d57b1cbb45d0b (patch) | |
tree | 814a523796d8984a32ac4d5a608b3d36a3489b72 | |
parent | 7182297ebba6bfe50f594f0d2753b5867ea629fe (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/Kconfig | 1 |
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" | |||
3 | config SCORE | 3 | config 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 | ||
7 | choice | 8 | choice |
8 | prompt "System type" | 9 | prompt "System type" |