Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/08/2005 06:37:13
Module Name:	src
Committed By:	yamt
Date:		Sat Oct  8 06:37:12 UTC 2005

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

Log Message:
sa_switch: remove cpu hand-off in "Case 2".
it causes severe unfairness in some cases.
eg. when a process has many lwps doing poll.

no objections on tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/kern/kern_sa.c

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