summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/SWARM
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-04-23 19:20:56 +0000
committerjmallett <jmallett@FreeBSD.org>2010-04-23 19:20:56 +0000
commitd92d4020c1609e86a1fbf85085cb24f934d93ae6 (patch)
tree657818dbb62a7f2f7f368ccedbc49863cd34ca2f /sys/mips/conf/SWARM
parent57dd8a9a91e30a2b94ef34d227c41f697831d0cc (diff)
downloadFreeBSD-src-d92d4020c1609e86a1fbf85085cb24f934d93ae6.zip
FreeBSD-src-d92d4020c1609e86a1fbf85085cb24f934d93ae6.tar.gz
o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512M
physical addresses. o) Set a local maxmem in sb_machdep.c to avoid trying to use pages over 2^64 under 32-bit ABIs. Our pmap needs corrected to use vm_paddr_t consistently, then we can make vm_paddr_t 64-bit under 32-bit ABIs and add code in pmap to limit phys_avail by the maximum PFN that a 32-bit PTE can hold.
Diffstat (limited to 'sys/mips/conf/SWARM')
-rw-r--r--sys/mips/conf/SWARM6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/conf/SWARM b/sys/mips/conf/SWARM
index 3189bcb..041c94d 100644
--- a/sys/mips/conf/SWARM
+++ b/sys/mips/conf/SWARM
@@ -8,12 +8,6 @@ options CPU_SB1
files "../sibyte/files.sibyte"
hints "SWARM.hints"
-#
-# 32-bit kernel cannot deal with physical memory beyond 4GB
-# XXX pmap assumes that all the memory can be mapped using KSEG0
-#
-options MAXMEM=512*1024
-
options CFE
options CFE_CONSOLE
options CFE_ENV
OpenPOWER on IntegriCloud