Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 01/15/2008 04:16:27
Module Name:	src
Committed By:	rmind
Date:		Tue Jan 15 04:16:27 UTC 2008

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

Log Message:
- Estimate cache-hotness in all states, except LSIDL;
- Include PRI_HIGHEST_TS value into the increasion range,
  it was missed previously by mistake;
- More KASSERTs to handle invalid priorities of threads;
- Remove PRI_DEFAULT;
- Misc;


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/kern/sched_m2.c

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