CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/08 02:34:04
Modified files: sys/arch/mips64/include: pmap.h pte.h sys/arch/mips64/mips64: context.S pmap.c tlb_tfp.S tlbhandler.S Log message: Allow page table entries to be either 32 bits wide (the existing state of the code), or 64 bits wide, if option MIPS_PTE64. 64-bit ptes allow for physical memory beyond 16GB (34 bits) to be addressable by the pmap code.