Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217606
b: refs/heads/master
c: 5592840
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Oct 14, 2010
1 parent c4a8fc4 commit 446ee6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d929b6aeaacbe78cbfef4a80e3eed1bf0464d984
refs/heads/master: 5592840ba83c281b4df45345863b224bb290020c
8 changes: 4 additions & 4 deletions trunk/arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ choice
If you are not absolutely sure what you are doing, leave this
option alone!

config VMSPLIT_375G
config VMSPLIT_3_75G
bool "3.75G/0.25G user/kernel split (no kernel networking)"
config VMSPLIT_35G
config VMSPLIT_3_5G
bool "3.5G/0.5G user/kernel split"
config VMSPLIT_3G
bool "3G/1G user/kernel split"
Expand All @@ -252,8 +252,8 @@ endchoice

config PAGE_OFFSET
hex
default 0xF0000000 if VMSPLIT_375G
default 0xE0000000 if VMSPLIT_35G
default 0xF0000000 if VMSPLIT_3_75G
default 0xE0000000 if VMSPLIT_3_5G
default 0xB0000000 if VMSPLIT_3G_OPT
default 0x80000000 if VMSPLIT_2G
default 0x40000000 if VMSPLIT_1G
Expand Down

0 comments on commit 446ee6d

Please sign in to comment.