summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/lwp_timer_impl.h
diff options
context:
space:
mode:
authordm120769 <none@none>2007-04-27 07:12:39 -0700
committerdm120769 <none@none>2007-04-27 07:12:39 -0700
commit3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c (patch)
tree855ea6b5ae3786966e656876cd1ac3992e072d51 /usr/src/uts/common/sys/lwp_timer_impl.h
parent85b65b39e9a6fea849facdcfc7d06f5ece340e36 (diff)
downloadillumos-gate-3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c.tar.gz
backout 6265036/6531693: causes 6544953
Diffstat (limited to 'usr/src/uts/common/sys/lwp_timer_impl.h')
-rw-r--r--usr/src/uts/common/sys/lwp_timer_impl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/lwp_timer_impl.h b/usr/src/uts/common/sys/lwp_timer_impl.h
index 7c3cbc75e6..fbbafde863 100644
--- a/usr/src/uts/common/sys/lwp_timer_impl.h
+++ b/usr/src/uts/common/sys/lwp_timer_impl.h
@@ -2,8 +2,9 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License (the "License").
- * You may not use this file except in compliance with the License.
+ * Common Development and Distribution License, Version 1.0 only
+ * (the "License"). You may not use this file except in compliance
+ * with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,7 +20,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -41,7 +42,7 @@ typedef struct {
kthread_t *lwpt_thread;
timespec_t *lwpt_tsp;
timespec_t lwpt_rqtime;
- clock_t lwpt_lbolt;
+ int lwpt_timecheck;
int lwpt_imm_timeout;
int lwpt_time_error;
timeout_id_t lwpt_id;