From b5b48cc1a59a2d6962c84c49b474efdc7f303fbb Mon Sep 17 00:00:00 2001 From: sudheer Date: Thu, 28 Jun 2007 00:11:48 -0700 Subject: 6539802 Time as reported by gettimeofday(3C) goes backwards on Galaxy kit --- usr/src/uts/intel/sys/machlock.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'usr/src/uts/intel/sys') 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; -- cgit v1.2.3