From e49994fe5ae84cf131f2207e362f3ff8309be5a2 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 23 Oct 1998 10:42:42 +0000 Subject: [PATCH] Remove the tc_cost field from timecounters. --- sys/sys/time.h | 3 +-- sys/sys/timetc.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/sys/time.h b/sys/sys/time.h index e17de0474fa..5a0cb5def4b 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.5 (Berkeley) 5/4/95 - * $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ + * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -139,7 +139,6 @@ struct timecounter { char *tc_name; void *tc_priv; /* These fields will be managed by the generic code. */ - int tc_cost; int32_t tc_adjustment; u_int32_t tc_scale_micro; u_int32_t tc_scale_nano_i; diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h index e17de0474fa..5a0cb5def4b 100644 --- a/sys/sys/timetc.h +++ b/sys/sys/timetc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.5 (Berkeley) 5/4/95 - * $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ + * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $ */ #ifndef _SYS_TIME_H_ @@ -139,7 +139,6 @@ struct timecounter { char *tc_name; void *tc_priv; /* These fields will be managed by the generic code. */ - int tc_cost; int32_t tc_adjustment; u_int32_t tc_scale_micro; u_int32_t tc_scale_nano_i;