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: 02/21/1998 16:10:01
hubertf
Sat Feb 21 16:01:34 PST 1998
Update of /cvsroot/pkgsrc/graphics/gimp
In directory nb00:/tmp/cvs-serv22212

Modified Files:
	Makefile 
Log Message:
s/pre-fetch/pre-extract/

mark
Sat Feb 21 16:05:00 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv22206

Modified Files:
	locore.S 
Log Message:
In the future we may want to branch somewhere other than zero when
reseting the CPU. Rename the boot0() function to cpu_reset() and
provide a variable to hold the cpu reset address.


mark
Sat Feb 21 16:05:56 PST 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv22267

Modified Files:
	cpufunc.h 
Log Message:
Provide a prototype for cpu_reset().


mark
Sat Feb 21 16:08:16 PST 1998
Update of /cvsroot/src/sys/arch/arm32/riscpc
In directory nb00:/tmp/cvs-serv22300/riscpc

Modified Files:
	rpc_machdep.c 
Log Message:
Updated to use cpu_reset() rather than boot0().
Set cpu_reset_address to 0x00000000 for currently supported systems.
Update associated comments.


mark
Sat Feb 21 16:08:16 PST 1998
Update of /cvsroot/src/sys/arch/arm32/rc7500
In directory nb00:/tmp/cvs-serv22300/rc7500

Modified Files:
	rc7500_machdep.c 
Log Message:
Updated to use cpu_reset() rather than boot0().
Set cpu_reset_address to 0x00000000 for currently supported systems.
Update associated comments.