projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116780f
)
[PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 7 Dec 2006 01:14:19 +0000
(
02:14
+0100)
committer
Andi 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index b6b2df40ca78ed24354f6a8eca4f62bc7cc802fe..ea70359b02d09660147fb5066684452c6f9c1698 100644
(file)
--- 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"