Split pteclrbits() into pmap_{test,clear}_attrs().
authormpi <mpi@openbsd.org>
Fri, 5 Jun 2015 09:42:10 +0000 (09:42 +0000)
committermpi <mpi@openbsd.org>
Fri, 5 Jun 2015 09:42:10 +0000 (09:42 +0000)
commitf631a562ea2df73302ddc3f16185dd34bbc8d83f
treed3be094f9ffa429e1e0a3549eef11f5c6348fa2f
parent9bb855aedab1ed10b73216055719cbf6dfeb45e1
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@
sys/arch/powerpc/powerpc/pmap.c