CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/13 05:34:08
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
Some code already does a vp lookup, so there's no need to call
pmap_pte_insert() which does the same thing again. Instead, split
the function into two parts, so that those that don't need another
lookup can simply call pmap_pte_update().
