Skip to content

Commit

Permalink
[PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Andi Kleen committed Dec 7, 2006
1 parent 116780f commit f6ca808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6ca808

Please sign in to comment.