kernel: fix fairshare formula in comment (thanks erik)

This commit is contained in:
cinap_lenrek 2014-01-10 15:12:28 +01:00
parent fc88896fc1
commit 784e6ff8cd

View file

@ -317,7 +317,7 @@ reprioritize(Proc *p)
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.
*/