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

This commit is contained in:
Juli Mallett 2012-03-11 22:17:01 +00:00
parent 6d2b152f70
commit e889b2b09e
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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