CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/13 05:36:45
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
Call pmap_pte_update() where the vp lookup has already been done
before. Additionally, simplify pmap_clear_reference() to call
pmap_pte_insert() instead of doing it itself.
