git: kernel/lwkt_serialize: Take serializer bookkeeping out of INVARIANTS.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Feb 22 13:38:15 PST 2015
commit c61040eeb9bb4a77b421706185fbd91f702752c9
Author: Sascha Wildner <saw at 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
More information about the Commits
mailing list