Module Name: src
Committed By: rin
Date: Thu Jul 2 13:01:11 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
pmap_procwr(): sync icache even if p != curproc. This fixes applications
like GDB for arm32, that rewrite text of other process.
Thanks to ryo@ for discussion.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/aarch64/aarch64/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.