mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Fixed a stale comment.
This commit is contained in:
parent
a6f2461bdf
commit
b7ccad0af0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17874
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_synch.c 8.9 (Berkeley) 5/19/95
|
||||
* $Id: kern_synch.c,v 1.21 1996/07/31 09:26:37 davidg Exp $
|
||||
* $Id: kern_synch.c,v 1.22 1996/07/31 10:35:47 davidg Exp $
|
||||
*/
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
@ -88,7 +88,7 @@ roundrobin(arg)
|
||||
* Note that, as ps(1) mentions, this can let percentages
|
||||
* total over 100% (I've seen 137.9% for 3 processes).
|
||||
*
|
||||
* Note that hardclock updates p_estcpu and p_cpticks independently.
|
||||
* Note that statclock updates p_estcpu and p_cpticks independently.
|
||||
*
|
||||
* We wish to decay away 90% of p_estcpu in (5 * loadavg) seconds.
|
||||
* That is, the system wants to compute a value of decay such
|
||||
|
Loading…
Reference in New Issue
Block a user