summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_smp.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-01-26 15:32:39 +0000
committerjhb <jhb@FreeBSD.org>2009-01-26 15:32:39 +0000
commitb8c520ae3c03a71ad95337d9969a4ebb74dc623b (patch)
treea049bf85d136eeeb7665063b51685be207caeb86 /sys/kern/subr_smp.c
parentd8fdc0e7be3a628277e6edb9805f7ab408bfe0a9 (diff)
downloadFreeBSD-src-b8c520ae3c03a71ad95337d9969a4ebb74dc623b.zip
FreeBSD-src-b8c520ae3c03a71ad95337d9969a4ebb74dc623b.tar.gz
Whitespace tweak.
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r--sys/kern/subr_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index b7fbbd1..14d1297 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -115,7 +115,7 @@ static volatile int smp_rv_ncpus;
static void (*volatile smp_rv_setup_func)(void *arg);
static void (*volatile smp_rv_action_func)(void *arg);
static void (*volatile smp_rv_teardown_func)(void *arg);
-static void * volatile smp_rv_func_arg;
+static void *volatile smp_rv_func_arg;
static volatile int smp_rv_waiters[3];
/*
OpenPOWER on IntegriCloud