ref: 91bab6272b75f44e193f0e822027049840c0ebbc
parent: d8da4ff033d847d678297e396aad962b509da717
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 10 10:12:28 EST 2014
kernel: fix fairshare formula in comment (thanks erik)
--- a/sys/src/9/port/proc.c
+++ b/sys/src/9/port/proc.c
@@ -317,7 +317,7 @@
return p->basepri;
/*
- * fairshare = 1.000 * conf.nproc * 1.000/load,
+ * fairshare = 1.000 * conf.nmach * 1.000/load,
* except the decimal point is moved three places
* on both load and fairshare.
*/
--
⑨