From: Ingo Molnar Date: Tue, 27 Jan 2009 16:02:29 +0000 (+0100) Subject: x86/Voyager: remove KGDB Kconfig quirk X-Git-Tag: v2.6.31-rc1~383^2~508^2~75 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=49793b0341a802cf5ee4179e837a2eb20f12c9fe;p=~shefty%2Frdma-dev.git x86/Voyager: remove KGDB Kconfig quirk x86/Voyager has this KGDB quirk: select HAVE_ARCH_KGDB if !X86_VOYAGER This is completely pointless - there's nothing in KGDB that cannot work on Voyager. Remove it. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a783fe7759c..12b433aaaa6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -35,7 +35,7 @@ config X86 select HAVE_FUNCTION_GRAPH_TRACER select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_KVM - select HAVE_ARCH_KGDB if !X86_VOYAGER + select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK select HAVE_GENERIC_DMA_COHERENT if X86_32 select HAVE_EFFICIENT_UNALIGNED_ACCESS