Module Name: src Committed By: riastradh Date: Mon Aug 27 15:10:53 UTC 2018
Modified Files: src/sys/external/bsd/drm2/include/linux: atomic.h src/sys/external/bsd/drm2/linux: linux_atomic64.c Log Message: Fix argument types of atomic64_add/sub to be sensible. Technically Linux does use long long rather than int64_t, but that's silly. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/drm2/include/linux/atomic.h cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/linux/linux_atomic64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.