diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-18 16:52:53 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-18 16:52:53 +0000 |
commit | df43b86b411dcc1e6ddbd9b7a44357c28d523bad (patch) | |
tree | b89cf0273cb61a4ff66747854696b44fc54956fe /arch/mn10300/Kconfig | |
parent | 4692edbd4c5ab58c4e17f8cba136d93104254a15 (diff) |
MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATED
All chips converted.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index e207701c259..10971be4306 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig @@ -2,6 +2,7 @@ config MN10300 def_bool y select HAVE_OPROFILE select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED config AM33_2 def_bool n |