Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/15/2005 13:43:49
Module Name:	src
Committed By:	yamt
Date:		Thu Dec 15 13:43:49 UTC 2005

Modified Files:
	src/sys/kern: kern_synch.c

Log Message:
updatepri:
- don't compare a scaled value with a unscaled value.
- actually, 7 times the loadfactor is necessary to decay p_estcpu enough,
  even before the recent p_estcpu changes.
  after the recent p_estcpu change, 8 times loadavg decay is needed.
- fix a comment to match with the recent reality.


To generate a diff of this commit:
cvs rdiff -r1.154 -r1.155 src/sys/kern/kern_synch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.