Module Name: src Committed By: skrll Date: Thu Apr 29 09:27:29 UTC 2021
Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: asan.h Log Message: Remove some unnecessary tlb invalidate in pmap_growkernel and ASAN shadow map. Ensure the shadow map mappings are visible to the TLB walkers. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/aarch64/aarch64/pmap.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/include/asan.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.