diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-11 22:17:01 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-11 22:17:01 +0000 |
| commit | e889b2b09e1b92fdbe4ecbd2a5dae05e7e25d4be (patch) | |
| tree | 0a191bef5434520d10cbcd77b660107b64bce43b /sys | |
| parent | 6d2b152f70e17f86c892f02335f68068523dd320 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/mips/conf/SWARM64 | 9 | ||||
| -rw-r--r-- | sys/mips/conf/SWARM64_SMP | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/sys/mips/conf/SWARM64 b/sys/mips/conf/SWARM64 index 904f5851ff3a..30c59d0c8237 100644 --- a/sys/mips/conf/SWARM64 +++ b/sys/mips/conf/SWARM64 @@ -10,12 +10,3 @@ machine mips mips64eb makeoptions ARCH_FLAGS="-mabi=64 -march=mips64" makeoptions LDSCRIPT_NAME=ldscript.mips.cfe makeoptions KERNLOADADDR=0xffffffff80001000 - -# -# XXX restrict memory to maximum 4GB because page table entries in pmap -# are still 32 bits wide - -# -# MAXMEM is specified in units of KB -# -options MAXMEM=0x400000 diff --git a/sys/mips/conf/SWARM64_SMP b/sys/mips/conf/SWARM64_SMP index 914324b7a013..708559f8e70b 100644 --- a/sys/mips/conf/SWARM64_SMP +++ b/sys/mips/conf/SWARM64_SMP @@ -13,12 +13,3 @@ machine mips mips64eb makeoptions ARCH_FLAGS="-mabi=64 -march=mips64" makeoptions LDSCRIPT_NAME=ldscript.mips.cfe makeoptions KERNLOADADDR=0xffffffff80001000 - -# -# XXX restrict memory to maximum 4GB because page table entries in pmap -# are still 32 bits wide - -# -# MAXMEM is specified in units of KB -# -options MAXMEM=0x400000 |
