diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-09-13 08:50:09 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 14:36:50 -0400 |
commit | 5592840ba83c281b4df45345863b224bb290020c (patch) | |
tree | 6f8f5aab927f1d71b3de355de9b93abdeb7f8bb9 /arch/tile/Kconfig | |
parent | d929b6aeaacbe78cbfef4a80e3eed1bf0464d984 (diff) |
arch/tile: use better "punctuation" for VMSPLIT_3_5G and friends
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 1eb308cb711a..2361e3e80bd5 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -236,9 +236,9 @@ choice | |||
236 | If you are not absolutely sure what you are doing, leave this | 236 | If you are not absolutely sure what you are doing, leave this |
237 | option alone! | 237 | option alone! |
238 | 238 | ||
239 | config VMSPLIT_375G | 239 | config VMSPLIT_3_75G |
240 | bool "3.75G/0.25G user/kernel split (no kernel networking)" | 240 | bool "3.75G/0.25G user/kernel split (no kernel networking)" |
241 | config VMSPLIT_35G | 241 | config VMSPLIT_3_5G |
242 | bool "3.5G/0.5G user/kernel split" | 242 | bool "3.5G/0.5G user/kernel split" |
243 | config VMSPLIT_3G | 243 | config VMSPLIT_3G |
244 | bool "3G/1G user/kernel split" | 244 | bool "3G/1G user/kernel split" |
@@ -252,8 +252,8 @@ endchoice | |||
252 | 252 | ||
253 | config PAGE_OFFSET | 253 | config PAGE_OFFSET |
254 | hex | 254 | hex |
255 | default 0xF0000000 if VMSPLIT_375G | 255 | default 0xF0000000 if VMSPLIT_3_75G |
256 | default 0xE0000000 if VMSPLIT_35G | 256 | default 0xE0000000 if VMSPLIT_3_5G |
257 | default 0xB0000000 if VMSPLIT_3G_OPT | 257 | default 0xB0000000 if VMSPLIT_3G_OPT |
258 | default 0x80000000 if VMSPLIT_2G | 258 | default 0x80000000 if VMSPLIT_2G |
259 | default 0x40000000 if VMSPLIT_1G | 259 | default 0x40000000 if VMSPLIT_1G |