Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/23/2000 12:37:59
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Mar 23 20:37:59 UTC 2000

Modified Files:
	syssrc/sys/kern: kern_synch.c
	syssrc/sys/sys: proc.h

Log Message:
Track if a process has been through a round-robin cycle without yielding
the CPU, and mark that it should yield if that happens.

Based on a discussion with Artur Grabowski.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/kern/kern_synch.c
cvs rdiff -r1.87 -r1.88 syssrc/sys/sys/proc.h

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