]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
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>
arch/i386/Kconfig

index b6b2df40ca78ed24354f6a8eca4f62bc7cc802fe..ea70359b02d09660147fb5066684452c6f9c1698 100644 (file)
@@ -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"