CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2016/01/04 22:42:27
Modified files: sys/arch/mips64/mips64: pmap.c Log message: Remove PTE locking from pmap_extract() because it does not add any MP safety. The function has to be called in a context where conflicting pmap updates cannot happen. Otherwise the returned physical address might not be valid. Suggested by kettenis@