Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2003 16:38:35 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 clock.c interrupt.c src/sys/ia64/include clock.h
Message-ID:  <200301060038.h060cZK5065542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/01/05 16:38:35 PST

  Modified files:
    sys/ia64/ia64        clock.c interrupt.c 
    sys/ia64/include     clock.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.18      +0 -7      src/sys/ia64/ia64/clock.c
  1.30      +2 -1      src/sys/ia64/ia64/interrupt.c
  1.7       +0 -1      src/sys/ia64/include/clock.h

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?200301060038.h060cZK5065542>