CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2013/05/21 12:25:40
Modified files: sys/arch/arm/arm: pmap7.c Log message: When mapping a new entry, map it read-only, even though it should be writable. This will cause a pmap fault on first write, so that we can mark the page as modified. Also mask the bits used for the protection settings, so that there aren't any leftovers. ok bmercer@