diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-06 20:14:12 -0500 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-12-06 20:14:12 -0500 |
commit | 026c66bdda5f07959da7d74d29b18a7c480242f7 (patch) | |
tree | b431d309468f370d4f4c648cbd681d174b5e85bc /arch | |
parent | 8fb6e5f5db860113e71ce7b854382ed40559395b (diff) |
[PATCH] x86-64: remove duplicate ARCH_DISCONTIGMEM_ENABLE option
One ARCH_DISCONTIGMEM_ENABLE option is enough.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 6eece27d579c..bfbb9bcae123 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -359,11 +359,6 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
359 | depends on NUMA | 359 | depends on NUMA |
360 | default y | 360 | default y |
361 | 361 | ||
362 | |||
363 | config ARCH_DISCONTIGMEM_ENABLE | ||
364 | def_bool y | ||
365 | depends on NUMA | ||
366 | |||
367 | config ARCH_DISCONTIGMEM_DEFAULT | 362 | config ARCH_DISCONTIGMEM_DEFAULT |
368 | def_bool y | 363 | def_bool y |
369 | depends on NUMA | 364 | depends on NUMA |