[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390336672-21921-1-git-send-email-geert@linux-m68k.org>
Date: Tue, 21 Jan 2014 21:37:52 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Chen Liqin <liqin.linux@...il.com>, Lennox Wu <lennox.wu@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] Score: Remove "select HAVE_GENERIC_HARDIRQS" again
Commit 5fbbf8a1a93452b26e7791cf32cefce62b0a480b ("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 commit
0244ad004a54e39308d495fee0a2e637f8b5c317 ("Remove GENERIC_HARDIRQ config
option").
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
arch/score/Kconfig | 1 -
1 file changed, 1 deletion(-)
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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists