commit c61040eeb9bb4a77b421706185fbd91f702752c9
Author: Sascha Wildner <s...@online.de>
Date:   Sun Feb 22 22:16:27 2015 +0100

    kernel/lwkt_serialize: Take serializer bookkeeping out of INVARIANTS.
    
    IS_SERIALIZED() is no longer only used in [K]KASSERT(), which disrupts
    compiling without INVARIANTS rather regularly.
    
    This commit makes the needed bits available without INVARIANTS too.

Summary of changes:
 sys/kern/lwkt_serialize.c | 22 ----------------------
 sys/sys/serialize.h       |  7 -------
 2 files changed, 29 deletions(-)

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


-- 
DragonFly BSD source repository

Reply via email to