diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-01-21 15:48:19 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-21 16:19:41 -0800 |
commit | 227d006628ce10401f647b79a1d7a1a92a3dcb57 (patch) | |
tree | a4dc0502f6a1baf74e7338e750d79571f8444686 | |
parent | 08336fd218e087cc4fcc458e6b6dcafe8702b098 (diff) | |
download | blackbird-op-linux-227d006628ce10401f647b79a1d7a1a92a3dcb57.tar.gz blackbird-op-linux-227d006628ce10401f647b79a1d7a1a92a3dcb57.zip |
score: remove "select HAVE_GENERIC_HARDIRQS" again
Commit 5fbbf8a1a934 ("Score: The commit is for compiling successfully.")
re-introduced "select HAVE_GENERIC_HARDIRQS" in v3.12-rc4, which had
just been removed in v3.12-rc1 by 0244ad004a5 ("Remove GENERIC_HARDIRQ
config option").
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chen Liqin <liqin.linux@gmail.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/score/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 305f7ee1f382..c75d06aa27c3 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig @@ -2,7 +2,6 @@ menu "Machine selection" config SCORE def_bool y - select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP select GENERIC_ATOMIC64 |