git: drm/linux: Add Linux kthread functions

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Dec 24 02:03:28 PST 2019


commit aa2693a56c338394e36cca4c2fd268614dabefa7
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Dec 24 10:42:35 2019 +0100

    drm/linux: Add Linux kthread functions

Summary of changes:
 sys/conf/files                                |  1 +
 sys/dev/drm/drm/Makefile                      |  1 +
 sys/dev/drm/include/linux/kthread.h           |  8 +--
 sys/dev/drm/include/linux/sched.h             |  7 +++
 sys/dev/drm/{linux_wait.c => linux_kthread.c} | 76 +++++++++++++++++++--------
 sys/kern/kern_kthread.c                       | 28 +++++++---
 sys/sys/kthread.h                             |  5 +-
 7 files changed, 92 insertions(+), 34 deletions(-)
 copy sys/dev/drm/{linux_wait.c => linux_kthread.c} (53%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa2693a56c338394e36cca4c2fd268614dabefa7


-- 
DragonFly BSD source repository


More information about the Commits mailing list