CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/07 12:01:06
Modified files:
sys/arch/mips64/include: proc.h
sys/arch/mips64/mips64: context.S vm_machdep.c
Log message:
If UPAGES would turn out to be 1, instead of using wired TLB entries to map
the u area after each context switch, simply convert it to an XKPHYS address,
so that access to it never faults. Idea from NetBSD.
