summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 978fc6a..34f791a 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -167,7 +167,7 @@ malloc(size, type, flags)
#endif
register struct malloc_type *ksp = type;
-/* #ifdef INVARIANTS */
+#ifdef INVARIANTS
/*
* To make sure that WAITOK or NOWAIT is set, but not more than
* one, and check against the API botches that are common.
@@ -183,7 +183,7 @@ malloc(size, type, flags)
once++;
}
}
-/* #endif */
+#endif
#if 0
if (size == 0)
Debugger("zero size malloc");
OpenPOWER on IntegriCloud