]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Manually inline handleclock(). There's only a single caller and
authorMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 6 Jan 2003 00:38:35 +0000 (00:38 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 6 Jan 2003 00:38:35 +0000 (00:38 +0000)
commitde09ec92e6a7d9ef8a19d57ce7da4d75f535ef68
tree04b89b395d134add982a42dc9354ce14897b9cb5
parente7e21ec66307a32925eab004aa2a46a694ea2ac6
Manually inline handleclock(). There's only a single caller and
handleclock itself is trivial.

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.
sys/ia64/ia64/clock.c
sys/ia64/ia64/interrupt.c
sys/ia64/include/clock.h