diff options
author | sudheer <none@none> | 2007-06-28 00:11:48 -0700 |
---|---|---|
committer | sudheer <none@none> | 2007-06-28 00:11:48 -0700 |
commit | b5b48cc1a59a2d6962c84c49b474efdc7f303fbb (patch) | |
tree | d8730d6c1e518e5bc303471e842a9cc718d6234e /usr/src/uts/sun4u/cpu | |
parent | 95b1e0e97946d4fd25ec53011929b4a3f204de41 (diff) | |
download | illumos-joyent-b5b48cc1a59a2d6962c84c49b474efdc7f303fbb.tar.gz |
6539802 Time as reported by gettimeofday(3C) goes backwards on Galaxy kit
Diffstat (limited to 'usr/src/uts/sun4u/cpu')
-rw-r--r-- | usr/src/uts/sun4u/cpu/common_asm.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/sun4u/cpu/common_asm.s b/usr/src/uts/sun4u/cpu/common_asm.s index 3104dc837c..b13ec0ef67 100644 --- a/usr/src/uts/sun4u/cpu/common_asm.s +++ b/usr/src/uts/sun4u/cpu/common_asm.s @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -849,9 +849,9 @@ QRETURN; \ int64_t timedelta; hrtime_t hres_last_tick; -timestruc_t hrestime; +volatile timestruc_t hrestime; int64_t hrestime_adj; -int hres_lock; +volatile int hres_lock; uint_t nsec_scale; hrtime_t hrtime_base; int traptrace_use_stick; |