summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-11 22:17:01 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-11 22:17:01 +0000
commit1733bcf3fe9851eceb150d63fb456e48a8d6ae57 (patch)
tree0a191bef5434520d10cbcd77b660107b64bce43b /sys/mips
parent6fb55612a3f4281874870c5569ed552bd9c83080 (diff)
downloadFreeBSD-src-1733bcf3fe9851eceb150d63fb456e48a8d6ae57.zip
FreeBSD-src-1733bcf3fe9851eceb150d63fb456e48a8d6ae57.tar.gz
We've supported 64-bit PTEs for some time.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/SWARM649
-rw-r--r--sys/mips/conf/SWARM64_SMP9
2 files changed, 0 insertions, 18 deletions
diff --git a/sys/mips/conf/SWARM64 b/sys/mips/conf/SWARM64
index 904f585..30c59d0 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 914324b7..708559f 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
OpenPOWER on IntegriCloud