CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/06/05 03:48:01
Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Rewrite PTE manipulation routines to better match the PEM. Document every operation, make sure to call "sync" when appropriate so that other CPUs see the bit changes and finally grab a lock where it was missing to grantee atomicity. ok kettenis@, deraadt@, dlg@