CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/01/13 03:58:50
Modified files: sys/arch/arm64/arm64: pmap.c Log message: Add a barrier at the end of pmap_map_early() such that the new mapping is guaranteed to be available after pmap_map_early() returns. Fixes a hang seen with the in-progress SMP work. ok patrick@