add KM_NODEBUG needed by ARC buffer core dump exclusion change

This commit is contained in:
Kip Macy 2012-01-27 22:24:03 +00:00
parent 733ce5d25e
commit 7dc322fa14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230629

View File

@ -331,6 +331,7 @@ extern void cv_broadcast(kcondvar_t *cv);
#define KM_NOSLEEP UMEM_DEFAULT
#define KMC_NODEBUG UMC_NODEBUG
#define KMC_NOTOUCH 0 /* not needed for userland caches */
#define KM_NODEBUG 0
#define kmem_alloc(_s, _f) umem_alloc(_s, _f)
#define kmem_zalloc(_s, _f) umem_zalloc(_s, _f)
#define kmem_free(_b, _s) umem_free(_b, _s)