From 9a470500b1b3c938c830d0d4cc00c69225d4ae24 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 12 May 2017 13:07:37 +1000 Subject: [PATCH 03/18] Expose vmsplit for our pour 32 bit users. --- arch/x86/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Index: linux-4.11-ck1/arch/x86/Kconfig =================================================================== --- linux-4.11-ck1.orig/arch/x86/Kconfig 2017-05-12 13:25:54.585578129 +1000 +++ linux-4.11-ck1/arch/x86/Kconfig 2017-05-12 13:25:54.585578129 +1000 @@ -1340,7 +1340,7 @@ config HIGHMEM64G endchoice choice - prompt "Memory split" if EXPERT + prompt "Memory split" default VMSPLIT_3G depends on X86_32 ---help--- @@ -1360,17 +1360,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