CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/11 16:02:18
Modified files:
sys/arch/powerpc/include: pmap.h
sys/arch/powerpc/powerpc: pmap.c
Log message:
Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the
pv lists with a mutex. This should make pmap_enter(9), pmap_remove(9) and
pmap_page_protect(9) safe to use without holding the kernel lock.
ok visa@, mpi@, deraadt@
