summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc
diff options
context:
space:
mode:
authorsudheer <none@none>2007-06-28 00:11:48 -0700
committersudheer <none@none>2007-06-28 00:11:48 -0700
commitb5b48cc1a59a2d6962c84c49b474efdc7f303fbb (patch)
treed8730d6c1e518e5bc303471e842a9cc718d6234e /usr/src/uts/sparc
parent95b1e0e97946d4fd25ec53011929b4a3f204de41 (diff)
downloadillumos-gate-b5b48cc1a59a2d6962c84c49b474efdc7f303fbb.tar.gz
6539802 Time as reported by gettimeofday(3C) goes backwards on Galaxy kit
Diffstat (limited to 'usr/src/uts/sparc')
-rw-r--r--usr/src/uts/sparc/sys/machlock.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/sparc/sys/machlock.h b/usr/src/uts/sparc/sys/machlock.h
index 4a2cec8b54..72664a37b5 100644
--- a/usr/src/uts/sparc/sys/machlock.h
+++ b/usr/src/uts/sparc/sys/machlock.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (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.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 1990-2003 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -74,7 +73,7 @@ typedef lock_t disp_lock_t; /* dispatcher lock type */
/*
* Extern for CLOCK_LOCK.
*/
-extern int hres_lock;
+extern volatile int hres_lock;
#endif /* _ASM */