Re: [PATCH] hexagon: drop selects of bogus Kconfig symbols

From: Linas Vepstas
Date: Fri Nov 11 2011 - 15:32:45 EST


We needed these in the 2.6.3x series, and failed to notice when they went away.

Acked-by: Linas Vepstas <linasvepstas@xxxxxxxxx>

On 10 November 2011 14:07, Paul Bolle <pebolle@xxxxxxxxxx> wrote:
> There are no Kconfig symbols named GENERIC_HARDIRQS_NO__DO_IRQ and
> GENERIC_HARDIRQS_NO_DEPRECATED. The two select statements for these
> symbols are nops. Drop these.
>
> Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
> ---
> Tested by running "yes "" | make ARCH=hexagon config" before and after
> applying this patch. Identical .config files were generated.
>
> Âarch/hexagon/Kconfig | Â Â2 --
> Â1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
> index 02513c2..f03740e 100644
> --- a/arch/hexagon/Kconfig
> +++ b/arch/hexagon/Kconfig
> @@ -18,8 +18,6 @@ config HEXAGON
> Â Â Â Âselect GENERIC_ATOMIC64
> Â Â Â Âselect HAVE_PERF_EVENTS
> Â Â Â Âselect HAVE_GENERIC_HARDIRQS
> - Â Â Â select GENERIC_HARDIRQS_NO__DO_IRQ
> - Â Â Â select GENERIC_HARDIRQS_NO_DEPRECATED
> Â Â Â Â# GENERIC_ALLOCATOR is used by dma_alloc_coherent()
> Â Â Â Âselect GENERIC_ALLOCATOR
> Â Â Â Âselect GENERIC_IRQ_SHOW
> --
> 1.7.4.4
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-hexagon" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/