git: drm/linux: Add task_struct, rework sleep and wake up functions

Francois Tigeot ftigeot at crater.dragonflybsd.org
Mon Jun 10 13:12:42 PDT 2019


commit 1e8d33ee61de7f6a250a8184bb6403662fdd5c82
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Mon Jun 10 21:34:39 2019 +0200

    drm/linux: Add task_struct, rework sleep and wake up functions
    
    Really implement wake_up_process(), signal_pending(),
    signal_pending_state() and schedule_timeout()
    
    Some fixes contributed by Matthew Dillon.

Summary of changes:
 sys/dev/drm/i915/i915_gem.c       |  3 +-
 sys/dev/drm/include/asm/current.h |  4 +-
 sys/dev/drm/include/linux/sched.h | 78 ++++++++++++++++++++++++++++++++-------
 sys/sys/thread.h                  |  6 +++
 4 files changed, 76 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e8d33ee61de7f6a250a8184bb6403662fdd5c82


-- 
DragonFly BSD source repository


More information about the Commits mailing list