2014-01-21 20:38:07

by Geert Uytterhoeven

[permalink] [raw]
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 <[email protected]>
---
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


2014-01-22 14:11:13

by Lennox Wu

[permalink] [raw]
Subject: Re: [PATCH] Score: Remove "select HAVE_GENERIC_HARDIRQS" again

Acked-by: Lennox Wu <[email protected]>

2014/1/22 Geert Uytterhoeven <[email protected]>:
> 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 <[email protected]>
> ---
> 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
>