Module Name: src Committed By: rin Date: Thu Mar 5 01:13:00 UTC 2020
Modified Files: src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c Log Message: Use dcbst instead of dcbf to flush cache; the former does not invalidate the cache line, which should be used immediately in most cases. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/ibm4xx/copyinstr.c \ src/sys/arch/powerpc/ibm4xx/copyoutstr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.