summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-03-07 07:00:46 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-03-07 07:00:46 +0000
commita3c0761103bbdb7b0ad7117d7ed847fad968a642 (patch)
treef1fb2d8ac88589eea48b79e2ffc8414b386ab2aa
parent05f0fb092fc61b07a33888eec49af40171d17110 (diff)
Notes
-rw-r--r--sys/vm/uma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 6297bc4a2364..fb5f5fc226ec 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1314,7 +1314,7 @@ uma_startup3(void)
#ifdef UMA_DEBUG
printf("Starting callout.\n");
#endif
- callout_init(&uma_callout, 0);
+ callout_init(&uma_callout, CALLOUT_MPSAFE);
callout_reset(&uma_callout, UMA_TIMEOUT * hz, uma_timeout, NULL);
#ifdef UMA_DEBUG
printf("UMA startup3 complete.\n");