Magellan Linux

Annotation of /trunk/kernel26-alx/patches-2.6.20-r5/0023-2.6.20-kconfig-expose_vmsplit_option.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (hide annotations) (download)
Fri May 18 11:04:36 2007 UTC (17 years ago) by niro
File size: 1365 byte(s)
-import

1 niro 199 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.20-ck1/arch/i386/Kconfig
12     ===================================================================
13     --- linux-2.6.20-ck1.orig/arch/i386/Kconfig 2007-02-05 22:51:59.000000000 +1100
14     +++ linux-2.6.20-ck1/arch/i386/Kconfig 2007-02-16 19:01:34.000000000 +1100
15     @@ -518,7 +518,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     @@ -537,14 +537,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