Date: Sun, 5 Jan 2003 17:53:55 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 interrupt.c Message-ID: <200301060153.h061rtJN094366@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/01/05 17:53:55 PST Modified files: sys/ia64/ia64 interrupt.c Log: Move the itm reload to a single place rather than having two identical copies of the reload. Note that we use the precomputed itm_reload value so that we can avoid a division in the kernel. The ia64 cpu does not have integer divide, so this would have been done by a floating point operation. Revision Changes Path 1.32 +2 -2 src/sys/ia64/ia64/interrupt.c 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?200301060153.h061rtJN094366>