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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/uts/common/os/clock.c b/usr/src/uts/common/os/clock.c
index ed217c45b7..75c3b000db 100644
--- a/usr/src/uts/common/os/clock.c
+++ b/usr/src/uts/common/os/clock.c
@@ -24,6 +24,7 @@
/*
* Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, Joyent, Inc. All rights reserved.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
#include <sys/param.h>
@@ -1957,13 +1958,7 @@ deadman(void)
panic("panic dump timeout");
/*NOTREACHED*/
}
- } else if (panic_sync) {
- if (sync_timeleft && (--sync_timeleft == 0)) {
- panic("panic sync timeout");
- /*NOTREACHED*/
- }
}
-
return;
}