diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 10:11:01 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 10:11:01 +0000 |
commit | de5b19526b7350b9c608ae4bf0bd80b91e51a5df (patch) | |
tree | 777029c0673c0c489ae84b9e4b20c9e41ad56aac /sys/kern/kern_lock.c | |
parent | fb4f617201be5ffa847f92058c2551cf63405d4f (diff) | |
download | src-test2-de5b19526b7350b9c608ae4bf0bd80b91e51a5df.tar.gz src-test2-de5b19526b7350b9c608ae4bf0bd80b91e51a5df.zip |
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 290da0510f84..8e5546ee3071 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1299,6 +1299,10 @@ lockstatus(struct lock *lk) } #ifdef INVARIANT_SUPPORT + +FEATURE(invariant_support, + "Support for modules compiled with INVARIANTS option"); + #ifndef INVARIANTS #undef _lockmgr_assert #endif |