summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index c34f26f..0b2c2e8 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -241,7 +241,7 @@ exit1(td, rv)
stopprofclock(p);
MALLOC(p->p_ru, struct rusage *, sizeof(struct rusage),
- M_ZOMBIE, M_WAITOK);
+ M_ZOMBIE, 0);
/*
* If parent is waiting for us to exit or exec,
* P_PPWAIT is set; we will wakeup the parent below.
OpenPOWER on IntegriCloud