CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/01/10 02:20:27
Modified files: sys/arch/arm64/arm64: pmap.c Log message: In pmap_enter(9), only perform a TLB flush if we actually changed a PTE. To make this intent more obvious, group the call to the TLB flush function togther with the call that inserts/updates/removes a PTE. Remove an incorrect comment related to this. ok patrick@