summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/mdesc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sun4v/mdesc')
-rw-r--r--sys/sun4v/mdesc/mdesc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/mdesc/mdesc_init.c b/sys/sun4v/mdesc/mdesc_init.c
index 63b9ffe..eed9493 100644
--- a/sys/sun4v/mdesc/mdesc_init.c
+++ b/sys/sun4v/mdesc/mdesc_init.c
@@ -145,7 +145,7 @@ mdesc_buf_free(void *buf, size_t align)
static void *
mdesc_meta_alloc(size_t size)
{
- return malloc(size, M_MDPROP, M_WAITOK);
+ return malloc(size, M_MDPROP, M_NOWAIT);
}
static void
OpenPOWER on IntegriCloud