The commit "burying unused conditionals" removed among other things the CONFIG_GENERIC_SIGALTSTACK Kconfig symbol as it's selected by every architecture. Therefore remove the select from CONFIG_METAG too.
Signed-off-by: James Hogan <[email protected]> Cc: Al Viro <[email protected]> --- arch/metag/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/metag/Kconfig b/arch/metag/Kconfig index 30adc78..46d0fa7 100644 --- a/arch/metag/Kconfig +++ b/arch/metag/Kconfig @@ -8,7 +8,6 @@ config METAG select GENERIC_ATOMIC64 select GENERIC_CLOCKEVENTS select GENERIC_IRQ_SHOW - select GENERIC_SIGALTSTACK select GENERIC_SMP_IDLE_THREAD select HAVE_64BIT_ALIGNED_ACCESS select HAVE_ARCH_TRACEHOOK -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

