summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-07-30 13:59:07 -0700
committerBrian Behlendorf <[email protected]>2020-08-05 10:28:13 -0700
commit74e994ec63804af69b177b2a26f13a67dd2b9360 (patch)
tree73181ab58a2bc2515454c0a2a5b0d6fb5eabcadc /include
parentc6f2b942bee8bb31bbd41121b7d29984ed72539f (diff)
Remove KM_NODEBUG
Remove dead code to make the implementation easier to understand. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Ahrens <[email protected]> Closes #10650
Diffstat (limited to 'include')
-rw-r--r--include/os/freebsd/spl/sys/kmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/os/freebsd/spl/sys/kmem.h b/include/os/freebsd/spl/sys/kmem.h
index 42d162d9a..28c65e74a 100644
--- a/include/os/freebsd/spl/sys/kmem.h
+++ b/include/os/freebsd/spl/sys/kmem.h
@@ -46,7 +46,6 @@ MALLOC_DECLARE(M_SOLARIS);
#define KM_SLEEP M_WAITOK
#define KM_PUSHPAGE M_WAITOK
#define KM_NOSLEEP M_NOWAIT
-#define KM_NODEBUG M_NODUMP
#define KM_NORMALPRI 0
#define KMC_NODEBUG UMA_ZONE_NODUMP