Module Name: src Committed By: riastradh Date: Sun Dec 19 12:41:44 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/scheduler: sched_main.c Log Message: drm: Omit bogus spin locking around kthread_stop, which blocks. Blocking is not allowed while holding a spin lock, and there's nothing here that needs a lock either. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/sys/external/bsd/drm2/dist/drm/scheduler/sched_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.