CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/09 05:11:13
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
Remove redundant TLB flush. All callers of pmap_pte_remove() were already
calling ttlb_flush().
ok patrick@
