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/intel/sys | |
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/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/machlock.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/src/uts/intel/sys/machlock.h b/usr/src/uts/intel/sys/machlock.h index d15b1d219b..d740bc6212 100644 --- a/usr/src/uts/intel/sys/machlock.h +++ b/usr/src/uts/intel/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 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -77,11 +76,7 @@ typedef lock_t disp_lock_t; /* dispatcher lock type */ /* * Externs for CLOCK_LOCK and clock resolution */ -#ifdef __STDC__ extern volatile int hres_lock; -#else -extern int hres_lock; -#endif extern hrtime_t hrtime_base; extern int clock_res; |