Magellan Linux

Contents of /trunk/kernel26-magellan/patches-2.6.21-r4/0019-2.6.21-kconfig-expose_vmsplit_option.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 222 - (show annotations) (download)
Tue Jun 12 08:03:28 2007 UTC (16 years, 10 months ago) by niro
File size: 1365 byte(s)
files for 2.6.21-magellan-r4

1 The options to alter the vmsplit to enable more lowmem are hidden behind the
2 embedded option. Make it more exposed for -ck users and make the help menu
3 more explicit about what each option means.
4
5 Signed-off-by: Con Kolivas <kernel@kolivas.org>
6
7 ---
8 arch/i386/Kconfig | 10 +++++-----
9 1 file changed, 5 insertions(+), 5 deletions(-)
10
11 Index: linux-2.6.21-ck2/arch/i386/Kconfig
12 ===================================================================
13 --- linux-2.6.21-ck2.orig/arch/i386/Kconfig 2007-05-14 19:49:18.000000000 +1000
14 +++ linux-2.6.21-ck2/arch/i386/Kconfig 2007-05-14 19:49:56.000000000 +1000
15 @@ -546,7 +546,7 @@ endchoice
16
17 choice
18 depends on EXPERIMENTAL
19 - prompt "Memory split" if EMBEDDED
20 + prompt "Memory split"
21 default VMSPLIT_3G
22 help
23 Select the desired split between kernel and user memory.
24 @@ -565,14 +565,14 @@ choice
25 option alone!
26
27 config VMSPLIT_3G
28 - bool "3G/1G user/kernel split"
29 + bool "Default 896MB lowmem (3G/1G user/kernel split)"
30 config VMSPLIT_3G_OPT
31 depends on !HIGHMEM
32 - bool "3G/1G user/kernel split (for full 1G low memory)"
33 + bool "1GB lowmem (3G/1G user/kernel split)"
34 config VMSPLIT_2G
35 - bool "2G/2G user/kernel split"
36 + bool "2GB lowmem (2G/2G user/kernel split)"
37 config VMSPLIT_1G
38 - bool "1G/3G user/kernel split"
39 + bool "3GB lowmem (1G/3G user/kernel split)"
40 endchoice
41
42 config PAGE_OFFSET