Module Name: src Committed By: riastradh Date: Wed Jul 24 00:49:19 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: spinlock.h Log Message: Implement Linux spin lock in terms of kmutex_t in drm2's <linux/spinlock.h>. Currently a spin lock will be an adaptive mutex, until I identify cases in drm2 that actually require spinning and interrupt deferral. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \ src/sys/external/bsd/drm2/include/linux/spinlock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.