summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/cpr/cpr_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/cpr/cpr_main.c')
-rw-r--r--usr/src/uts/common/cpr/cpr_main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/cpr/cpr_main.c b/usr/src/uts/common/cpr/cpr_main.c
index 31295e1b2c..68a4040186 100644
--- a/usr/src/uts/common/cpr/cpr_main.c
+++ b/usr/src/uts/common/cpr/cpr_main.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"
-
/*
* This module contains the guts of checkpoint-resume mechanism.
* All code in this module is platform independent.
@@ -1044,7 +1042,7 @@ rb_mp_paused:
* Prevent false alarm in tod_validate() due to tod
* value change between suspend and resume
*/
- cpr_tod_fault_reset();
+ cpr_tod_status_set(TOD_CPR_RESUME_DONE);
cpr_convert_promtime(&pwron_tv);