Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/20/1999 14:54:06
Module Name: syssrc
Committed By: thorpej
Date: Tue Jul 20 21:54:06 UTC 1999
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_netbsd.c
syssrc/sys/compat/svr4: svr4_misc.c
syssrc/sys/kern: kern_exit.c
Log Message:
Move the call of cpu_wait() out of the wait4() functions, and into the
body of reaper(), right before the call to uvm_exit(). cpu_wait() must
be done before uvm_exit() because the resources it frees might be located
in the PCB.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -r1.77 -r1.78 syssrc/sys/compat/svr4/svr4_misc.c
cvs rdiff -r1.70 -r1.71 syssrc/sys/kern/kern_exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.