From 1733bcf3fe9851eceb150d63fb456e48a8d6ae57 Mon Sep 17 00:00:00 2001 From: jmallett Date: Sun, 11 Mar 2012 22:17:01 +0000 Subject: [PATCH] We've supported 64-bit PTEs for some time. --- sys/mips/conf/SWARM64 | 9 --------- sys/mips/conf/SWARM64_SMP | 9 --------- 2 files changed, 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