summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:02:29 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:16:57 +0100
commit49793b0341a802cf5ee4179e837a2eb20f12c9fe (patch)
tree0d2b187d41bd2a11ca1ce1bbbda524c1cdbb397c
parente0ec9483dbe8f534e0f3ef413f9eba9a5ff78050 (diff)
downloadop-kernel-dev-49793b0341a802cf5ee4179e837a2eb20f12c9fe.zip
op-kernel-dev-49793b0341a802cf5ee4179e837a2eb20f12c9fe.tar.gz
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 <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a783fe7..12b433a 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
OpenPOWER on IntegriCloud