Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/20/1999 15:25:20
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jul 20 22:25:20 UTC 1999

Modified Files:
	syssrc/sys/arch/i386/i386: locore.s vm_machdep.c
	syssrc/sys/arch/i386/include: cpu.h

Log Message:
Implement cpu_wait(), and move the call to tss_free() from switch_exit()
to cpu_wait(); tss_free() may block, and thus requires a valid context.


To generate a diff of this commit:
cvs rdiff -r1.209 -r1.210 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.82 -r1.83 syssrc/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/arch/i386/include/cpu.h

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