diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-06 20:14:19 -0500 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-12-06 20:14:19 -0500 |
commit | f6ca8083c261864fc9de94ef99c3311ea259c5c3 (patch) | |
tree | cc9716931c8d6ce44de731e604bbae8244f94861 /arch | |
parent | 116780fc04d9f6cd3ceeab0251681f1dfda53367 (diff) |
[PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM
Generally better for allmodconfig coverage.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index b6b2df40ca78..ea70359b02d0 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -454,7 +454,8 @@ source "drivers/firmware/Kconfig" | |||
454 | 454 | ||
455 | choice | 455 | choice |
456 | prompt "High Memory Support" | 456 | prompt "High Memory Support" |
457 | default NOHIGHMEM | 457 | default HIGHMEM4G if !X86_NUMAQ |
458 | default HIGHMEM64G if X86_NUMAQ | ||
458 | 459 | ||
459 | config NOHIGHMEM | 460 | config NOHIGHMEM |
460 | bool "off" | 461 | bool "off" |