diff options
-rw-r--r-- | usr/src/uts/common/os/clock.c | 2 |
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 1ceb12b935..70286146d9 100644 --- a/usr/src/uts/common/os/clock.c +++ b/usr/src/uts/common/os/clock.c @@ -328,7 +328,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() */ |