diff options
Diffstat (limited to 'usr/src/uts/common/cpr/cpr_misc.c')
-rw-r--r-- | usr/src/uts/common/cpr/cpr_misc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/common/cpr/cpr_misc.c b/usr/src/uts/common/cpr/cpr_misc.c index 5db0eaa49d..1c862cdfc0 100644 --- a/usr/src/uts/common/cpr/cpr_misc.c +++ b/usr/src/uts/common/cpr/cpr_misc.c @@ -19,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/errno.h> #include <sys/cpuvar.h> @@ -851,10 +849,10 @@ cpr_tod_get(cpr_time_t *ctp) } void -cpr_tod_fault_reset(void) +cpr_tod_status_set(int tod_flag) { mutex_enter(&tod_lock); - tod_fault_reset(); + tod_status_set(tod_flag); mutex_exit(&tod_lock); } |