CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2007/11/20 14:53:25
Modified files:
sys/arch/m88k/m88k: pmap.c trap.c
Log message:
Move 88110 trap-on-write processing from two duplicated sections in trap.c to
a single function in pmap.c, which will do the right thing and also perform
mod/ref vm_page flags accounting.