CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/02 15:24:25
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
The pmap_vp_enter() function should only ever be called for userland mappings
with the PMAP_CANFAIL flag set. Use PR_NOWAIT in the pool_get() calls such
that we return an error instead of deadlocking if we cannot allocate
a pool item.
ok drahn@ (who says this is needed for SMP as well)
