Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/08/1998 17:09:19
Module Name:	src
Committed By:	thorpej
Date:		Wed Sep  9 00:09:19 UTC 1998

Modified Files:
	src/sys/arch/vax/vax: subr.s
	src/sys/arch/x68k/x68k: locore.s vm_machdep.c
Log Message:
Adjust for the new "reaper" kernel thread: do not free the vmspace and
u-area in machine-dependent code.  Instead, call exit2() to schedule
the reaper to free them for us, once it is safe to do so (i.e. we are
no longer running on the dead proc's vmspace and stack).