CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/11/25 13:31:41
Modified files: sys/arch/vax/vax: pmap.c Log message: A few reliability fixes: - protect pv lists with splvm. - try to return as soon as possible from pmap_rmproc(). - correctly maintain wired pages statistics. - invoke pmap_remove_pcb() at splsched to avoid racing the scheduler.