From owner-freebsd-current Tue May 19 23:13:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23036 for freebsd-current-outgoing; Tue, 19 May 1998 23:13:36 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from panzer.plutotech.com (ken@panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23029 for ; Tue, 19 May 1998 23:13:34 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.8.8/8.8.5) id AAA26228; Wed, 20 May 1998 00:13:18 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199805200613.AAA26228@panzer.plutotech.com> Subject: Re: kern/subr_devstat.c In-Reply-To: <3106.895641991@critter.freebsd.dk> from Poul-Henning Kamp at "May 20, 98 07:26:31 am" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Wed, 20 May 1998 00:13:18 -0600 (MDT) Cc: jkh@time.cdrom.com, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote... > In message <13223.895603332@time.cdrom.com>, "Jordan K. Hubbard" writes: > > >getmicroruntime() is still referenced here - bogon? > > not in my copy... > > cvs problem ? Your copy is either from before the last snapshot (5/13/98) or you've changed getmicroruntime() to getmicrouptime(). Justin changed the getmicrotime() call to a getmicroruntime() call before the last snapshot, ostensibly because it was less expensive. Upon looking at the code, though, they look about the same, and I think getmicrotime() is really what I want anyways. So I'll probably change it back. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message