Module Name: src Committed By: riastradh Date: Sun Dec 19 11:31:11 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: atomic.h Log Message: linux: Just use __sync_* for xchg and cmpxchg. Easier than figuring out the dance with __builtin_choose_expr to make these work with all types they need to work with. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/external/bsd/drm2/include/linux/atomic.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.