commit edbc586d017f25c5fdf8bf310e252a3fc18fa92e
Author: François Tigeot <[email protected]>
Date: Fri Feb 14 07:50:45 2020 +0100
drm/linux: Rework wait_event_xxx and finish_wait functions
* Add required task state change in finish_wait()
* Move some formerly inline code to linux_wait.c in order to avoid
problematic header interactions
Summary of changes:
sys/dev/drm/include/linux/wait.h | 21 +++++++--------------
sys/dev/drm/linux_wait.c | 20 +++++++++++++++++++-
2 files changed, 26 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/edbc586d017f25c5fdf8bf310e252a3fc18fa92e
--
DragonFly BSD source repository