git: kernel: Remove global PROC_LOCK and PROC_UNLOCK definitions

Francois Tigeot ftigeot at crater.dragonflybsd.org
Mon Jul 22 06:08:16 PDT 2013


commit cf3964220d0137b14fed6667542f3c4e9316b595
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Mon Jul 22 13:46:05 2013 +0200

    kernel: Remove global PROC_LOCK and PROC_UNLOCK definitions
    
    Locking in this area varies so much between FreeBSD and DragonFly
    that it's best to determine what to do with these macros on a
    case-by-case basis

Summary of changes:
 doc/porting_drivers.txt | 13 +++++++++++++
 sys/sys/proc.h          |  4 ----
 2 files changed, 13 insertions(+), 4 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list