Date: Thu, 26 Nov 1998 04:59:21 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/top machine.c Message-ID: <199811261259.EAA29934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/26 04:59:21 PST
Modified files:
usr.bin/top machine.c
Log:
Removed unused nlist'ed variables stathz and hz. These used to be used
to half compensate for broken scaling of p_pctcpu in the kernel, but the
previous commit removed this compensation. %cpu values will be wrong by
a factor of stathz/hz until the kernel is fixed. (The kernel gets it
wrong by a factor of stathz/hz, and top got the compensation wrong by
a factor of 100/stathz.)
Revision Changes Path
1.17 +13 -26 src/usr.bin/top/machine.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?199811261259.EAA29934>
