Module Name: src Committed By: riastradh Date: Sun Feb 13 19:20:33 UTC 2022
Modified Files: src/sys/kern: subr_thmap.c Log Message: thmap(9): Omit needless fences and use membar_exit for release fence. It is the caller's responsibility to arrange that thmap_create, and, if THMAP_SETROOT is set, thmap_root, happen before any use of the thmap. No need for them to issue fences internally. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/kern/subr_thmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.