kernel: fix fairshare formula in comment (thanks erik)
This commit is contained in:
parent
fc88896fc1
commit
784e6ff8cd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue