aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-11-14 20:38:11 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-11-14 20:38:11 +0000
commit31c6a0037e1a075e397e396a53a3a0822c234122 (patch)
tree2576727bd0fe21df869f8fc8bfe76870b2b049aa /sys/powerpc/aim
parent47d46d92c221c8a81f9182b93559bebb618c137a (diff)
downloadsrc-31c6a0037e1a075e397e396a53a3a0822c234122.tar.gz
src-31c6a0037e1a075e397e396a53a3a0822c234122.zip
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
the tree.
Notes
Notes: svn path=/head/; revision=215317
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c
index 0bf7cfa11698..fea9ea88480c 100644
--- a/sys/powerpc/aim/clock.c
+++ b/sys/powerpc/aim/clock.c
@@ -93,7 +93,7 @@ struct decr_state {
int mode; /* 0 - off, 1 - periodic, 2 - one-shot. */
int32_t div; /* Periodic divisor. */
};
-static DPCPU_DEFINE(struct decr_state, decr_state);
+STATIC_DPCPU_DEFINE(struct decr_state, decr_state);
static struct eventtimer decr_et;
static struct timecounter decr_tc = {