summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2017-05-12 13:07:37 +1000
committerCon Kolivas <kernel@kolivas.org>2019-11-26 16:17:03 +1100
commit8e6e0d9402f93bb4759f89c0f01ec03cbefe5efa (patch)
treebc4b0eb719a151e2dedbabd553319ac69a3a97b7 /arch
parent36d5e8df1fead191fa6fe9e83fcdfc69532238f2 (diff)
Expose vmsplit for our poor 32 bit users.
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7299015f6252..6f6ecda60d5b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1451,7 +1451,7 @@ config HIGHMEM64G
endchoice
choice
- prompt "Memory split" if EXPERT
+ prompt "Memory split"
default VMSPLIT_3G
depends on X86_32
---help---
@@ -1471,17 +1471,17 @@ choice
option alone!
config VMSPLIT_3G
- bool "3G/1G user/kernel split"
+ bool "Default 896MB lowmem (3G/1G user/kernel split)"
config VMSPLIT_3G_OPT
depends on !X86_PAE
- bool "3G/1G user/kernel split (for full 1G low memory)"
+ bool "1GB lowmem (3G/1G user/kernel split)"
config VMSPLIT_2G
- bool "2G/2G user/kernel split"
+ bool "2GB lowmem (2G/2G user/kernel split)"
config VMSPLIT_2G_OPT
depends on !X86_PAE
- bool "2G/2G user/kernel split (for full 2G low memory)"
+ bool "2GB lowmem (2G/2G user/kernel split)"
config VMSPLIT_1G
- bool "1G/3G user/kernel split"
+ bool "3GB lowmem (1G/3G user/kernel split)"
endchoice
config PAGE_OFFSET