Module Name: src Committed By: riastradh Date: Sun Dec 19 01:50:25 UTC 2021
Modified Files: src/sys/external/bsd/drm2/linux: linux_reservation.c Log Message: Judiciously insert __insn_barrier into reservation logic. Nothing is volatile here, so we must handle the barriers ourselves. Also note where membar_producer is implied. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 \ src/sys/external/bsd/drm2/linux/linux_reservation.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.