Date: Sun, 05 Jan 2003 17:18:26 -0800 From: Peter Wemm <peter@wemm.org> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 clock.c interrupt.c src/sys/ia64/include clock.h Message-ID: <20030106011826.DD41A2A7EA@canning.wemm.org> In-Reply-To: <200301060038.h060cZK5065542@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcel Moolenaar wrote: > While here, replace (itc_frequency+hz/2)/hz with itm_reload for > consistency. There's now a single place where we determine the > ITM reload value. Actually it is for speed. This is a floating point divide.. (ia64 doesn't have integer divide) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030106011826.DD41A2A7EA>