CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/13 10:23:14
Modified files: sys/arch/m88k/m88k: pmap.c Log message: pmap_changebit() used to be invoked from various code paths, but the only one which remains to this day is removing the "write protected" bit. Rename it to pmap_write_protect() and remove the unnecessary actions (such as vm_page pg_flags update) to make things a bit less obscure.