From: Randy Dunlap Date: Thu, 7 Dec 2006 01:14:19 +0000 (+0100) Subject: [PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6ca8083c261864fc9de94ef99c3311ea259c5c3;p=linux-beck.git [PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM Generally better for allmodconfig coverage. Signed-off-by: Randy Dunlap Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- 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" choice prompt "High Memory Support" - default NOHIGHMEM + default HIGHMEM4G if !X86_NUMAQ + default HIGHMEM64G if X86_NUMAQ config NOHIGHMEM bool "off"