diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2003-12-07 21:53:41 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2003-12-07 21:53:41 +0000 |
| commit | 50105bcf1a00ba1fd1ebd1ca692ca590226cd573 (patch) | |
| tree | 76f07437415fc153dfc7d2433a8bf221afab16e1 /sys/kern/subr_mbpool.c | |
| parent | e21afc60bf6e979ae92a5b56680dbf6baf62cc01 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_mbpool.c')
| -rw-r--r-- | sys/kern/subr_mbpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mbpool.c b/sys/kern/subr_mbpool.c index 02c25e8f6265..9ca51991d057 100644 --- a/sys/kern/subr_mbpool.c +++ b/sys/kern/subr_mbpool.c @@ -138,7 +138,7 @@ mbp_create(struct mbpool **pp, const char *name, bus_dma_tag_t dmat, (*pp)->nchunks = nchunks; SLIST_INIT(&(*pp)->free_list); - mtx_init(&(*pp)->free_lock, name, NULL, 0); + mtx_init(&(*pp)->free_lock, name, NULL, MTX_DEF); return (0); } |
