summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-24 21:29:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-24 21:29:32 +0000
commit1103f3b05bc43cb5b7bf9f85ac9c83cd906584b4 (patch)
tree9dce322a0e50090a82efc439b33f4268e08caf67
parent15ec816accffa36ec312a053df0839b157baa32a (diff)
Notes
-rw-r--r--sys/kern/kern_mutex.c2
-rw-r--r--sys/kern/subr_turnstile.c2
-rw-r--r--sys/kern/subr_witness.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 40cc471a1f9b..4f8247017886 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
-#ifdef INVARIANTS_SUPPORT
+#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index 40cc471a1f9b..4f8247017886 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
-#ifdef INVARIANTS_SUPPORT
+#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 40cc471a1f9b..4f8247017886 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
-#ifdef INVARIANTS_SUPPORT
+#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{