Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2012 22:17:01 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232840 - head/sys/mips/conf
Message-ID:  <201203112217.q2BMH1Z7029271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Sun Mar 11 22:17:01 2012
New Revision: 232840
URL: http://svn.freebsd.org/changeset/base/232840

Log:
  We've supported 64-bit PTEs for some time.

Modified:
  head/sys/mips/conf/SWARM64
  head/sys/mips/conf/SWARM64_SMP

Modified: head/sys/mips/conf/SWARM64
==============================================================================
--- head/sys/mips/conf/SWARM64	Sun Mar 11 22:12:05 2012	(r232839)
+++ head/sys/mips/conf/SWARM64	Sun Mar 11 22:17:01 2012	(r232840)
@@ -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

Modified: head/sys/mips/conf/SWARM64_SMP
==============================================================================
--- head/sys/mips/conf/SWARM64_SMP	Sun Mar 11 22:12:05 2012	(r232839)
+++ head/sys/mips/conf/SWARM64_SMP	Sun Mar 11 22:17:01 2012	(r232840)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203112217.q2BMH1Z7029271>