summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2002-04-07 22:47:36 +0000
committerJeff Roberson <jeff@FreeBSD.org>2002-04-07 22:47:36 +0000
commitd0b06acbe1c33919ad0b2409735dece3c36dd060 (patch)
tree48f618ee2ce76e58a077278b4b16818e01754c3a
parent338cad62ab6893977dfe9495ea184e11febe074b (diff)
Notes
-rw-r--r--sys/vm/uma_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 218ffbbbde01..e3c59b133b37 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1366,6 +1366,8 @@ uma_zalloc_internal(uma_zone_t zone, void *udata, int wait, int *isitem, int cpu
CPU_UNLOCK(zone, cpu);
cache = NULL;
cpu = -1;
+ if (isitem != NULL)
+ *isitem = 1;
}
}
}