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: 04/01/1998 15:20:02
mark
Wed Apr  1 15:12:32 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv18216

Modified Files:
	locore.S 
Log Message:
Tidied up various comments. Use the function entry macros from asm.h for
all entry points and don't bother profiling cpu_reset().
Flush the I and D TLB's after turning the MMU and cache off in cpu_reset().


mark
Wed Apr  1 15:14:21 PST 1998
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory nb00:/tmp/cvs-serv18321

Modified Files:
	mainbus_io_asm.S 
Log Message:
Include machine/asm.h and use the ENTRY() macro for all function entry
points.