summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/clock.c')
-rw-r--r--usr/src/uts/common/os/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/clock.c b/usr/src/uts/common/os/clock.c
index 1aeb7678c6..3421ae28d1 100644
--- a/usr/src/uts/common/os/clock.c
+++ b/usr/src/uts/common/os/clock.c
@@ -329,7 +329,7 @@ static int lgrp_ticks; /* counter to schedule lgrp load calcs */
#define TOD_JUMP_THRESHOLD (TOD_REF_FREQ / 2)
#define TOD_FILTER_N 4
#define TOD_FILTER_SETTLE (4 * TOD_FILTER_N)
-static int tod_faulted = TOD_NOFAULT;
+static enum tod_fault_type tod_faulted = TOD_NOFAULT;
static int tod_status_flag = 0; /* used by tod_validate() */