CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/11 09:50:29
Modified files:
sys/arch/mips64/include: pmap.h
sys/arch/mips64/mips64: pmap.c
Log message:
Another attempt to make the mips64 pmap MP-safe. Now at least
pmap_enter(9), pmap_remove(9) and pmap_page_protect(9) should be
safe to use without the kernel lock.
No objection from deraadt@
