CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/02 15:59:29
Modified files:
sys/arch/sparc64/sparc64: pmap.c
Log message:
Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to
use atomic operations to operate on pm_stats.resident_count. Is it really
necessary to keep track of that for the kernel pmap?
