diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-04-21 13:39:53 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 23:15:43 +0200 |
commit | fcbc04c0ab345f6e9cabc92a15f35031a10fde9f (patch) | |
tree | 14958663d99a73b3ecf8285cc0e600b967bbce54 /arch/x86/Kconfig | |
parent | 4d33bdb7688de7a61859dafc783eb9b6bca279fc (diff) |
x86: voyager fix
Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 87a693cf2bb..4d350b5cbc7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -23,7 +23,7 @@ config X86 select HAVE_KPROBES select HAVE_KRETPROBES select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) - select HAVE_ARCH_KGDB + select HAVE_ARCH_KGDB if !X86_VOYAGER config GENERIC_LOCKBREAK |