Subject: CVS commit: [newlock] syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/10/2002 23:33:11
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Mar 10 21:33:10 UTC 2002

Modified Files:
	syssrc/sys/kern [newlock]: kern_turnstile.c
	syssrc/sys/sys [newlock]: sched.h

Log Message:
Pass a "pri" argument to turnstile_block(), like we do to ltsleep().
This allows the caller of turnstile_block() to decide what to do about
priority and PCATCH (though we still don't handle PCATCH in turnstiles).


To generate a diff of this commit:
cvs rdiff -r1.1.2.3 -r1.1.2.4 syssrc/sys/kern/kern_turnstile.c
cvs rdiff -r1.14.10.2 -r1.14.10.3 syssrc/sys/sys/sched.h

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