Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 22:53:17 -0400
From:      Mike Barcroft <mike@FreeBSD.org>
To:        ia64@FreeBSD.org
Subject:   Re: cvs commit: src/sys/alpha/include ansi.h
Message-ID:  <20020825225317.A66311@espresso.q9media.com>
In-Reply-To: <200208260239.g7Q2d4Yn027243@freefall.freebsd.org>; from mike@FreeBSD.org on Sun, Aug 25, 2002 at 07:39:04PM -0700
References:  <200208260239.g7Q2d4Yn027243@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Barcroft <mike@FreeBSD.org> writes:
> mike        2002/08/25 19:39:04 PDT
> 
>   Modified files:
>     sys/alpha/include    ansi.h 
>   Log:
>   Fix a long-standing bug on alpha:
>     Change _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ to match stathz.

It looks like ia64 has the same bug.  I noticed while looking in
ia64/ia64/clock.c that one of the comments doesn't match the code,
specifically:

/*
 * Start the real-time and statistics clocks. Leave stathz 0 since there
 * are no other timers available.
 */

...is followed by:

stathz = 128;


Best regards,
Mike Barcroft

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825225317.A66311>