summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/booke/clock.c')
-rw-r--r--sys/powerpc/booke/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/booke/clock.c b/sys/powerpc/booke/clock.c
index 9958160..3df22f1 100644
--- a/sys/powerpc/booke/clock.c
+++ b/sys/powerpc/booke/clock.c
@@ -96,7 +96,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_timecounter = {
OpenPOWER on IntegriCloud