add KM_NODEBUG needed by ARC buffer core dump exclusion change
This commit is contained in:
parent
733ce5d25e
commit
7dc322fa14
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user