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 15:30:01
mark
Sat Feb 21 15:21:28 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv21628

Modified Files:
	intr.c 
Log Message:
Remove functions for disable_interrupts(), enable_interrupts() and
restore_interrupts() as these have been replaced by macros in
machine/cpufunc.h.


mark
Sat Feb 21 15:27:10 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv21657

Modified Files:
	vm_machdep.c 
Log Message:
Remove inclusion of machine/katelib.h
Remove local prototype of savectx().
Comment all the #endif lines for PMAP_DEBUG
Remove un-necessary variable 'up' from cpu_fork().
Use %p rather than %x for several debug print messages.