Module Name: src Committed By: maxv Date: Sun Dec 8 11:53:54 UTC 2019
Modified Files: src/sys/arch/amd64/include: cpu.h src/sys/kern: subr_msan.c Log Message: Use the inlines; it is actually fine, since the compiler drops the inlines if the caller is kmsan-instrumented, forcing a white-listing of the memory access. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/amd64/include/cpu.h cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_msan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.