Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/13/1996 16:20:06
mark
Wed Mar 13 16:10:45 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4101

Modified Files:
	std.arm32 
Log Message:
Removed option __FORK_BRAINDAMAGE at last.


mark
Wed Mar 13 16:16:18 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4193

Modified Files:
	vm_machdep.c 
Log Message:
Removed all the double mapping code from cpu_fork().
Arrange for the child process to return to user land via child_return()
on leaving cpuswitch().
Added function cpu_set_kpc().


mark
Wed Mar 13 16:18:09 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4246

Modified Files:
	cpu.h 
Log Message:
Remove cpu_set_init_frame macro. This is no longer needed now
cpu_set_kpc() has been implemented.