CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/06/05 03:42:10
Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Split pteclrbits() into pmap_{test,clear}_attrs(). This should not introduce any behavior change but makes the code easier to read and later easier to protect. This also brings this pmap closer to what others do. Thanks to kettenis@ for spotting a bad typo! ok kettenis@, deraadt@, dlg@