Date: Sun, 2 Mar 2003 21:29:09 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200303030529.h235T9KX037973@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/03/02 21:29:09 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Shift the tick count by 10 and back around sched_pctcpu_update() calculations. Keep this changes local to the function so the tick count is in its natural form otherwise. Previously 1000 was added each time a tick fired and we divided by 1000 when it was reported. This is done to reduce rounding errors. Revision Changes Path 1.15 +8 -2 src/sys/kern/sched_ule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303030529.h235T9KX037973>