diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 22:23:50 +0000 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2011-03-28 12:00:56 +0800 |
commit | 538202b5cc7d7071bddd2a70656d57b1cbb45d0b (patch) | |
tree | 814a523796d8984a32ac4d5a608b3d36a3489b72 /arch/score | |
parent | 7182297ebba6bfe50f594f0d2753b5867ea629fe (diff) | |
download | op-kernel-dev-538202b5cc7d7071bddd2a70656d57b1cbb45d0b.zip op-kernel-dev-538202b5cc7d7071bddd2a70656d57b1cbb45d0b.tar.gz |
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>
Diffstat (limited to 'arch/score')
-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 27b2295..b256adb 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig @@ -3,6 +3,7 @@ menu "Machine selection" config SCORE def_bool y select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED choice prompt "System type" |