Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/10/1997 04:00:02
mark
Sun Feb  9 19:50:57 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9087

Modified Files:
	cpuswitch.S exception.S locore.S irq.S 
Log Message:
Remove local definitions of macros to push and pull trapframes and instead
include machine/frame.h to get these definitions.


mark
Sun Feb  9 19:57:45 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv9728

Modified Files:
	cpuswitch.S 
Log Message:
Remove the code force the processor into a sleep mode during idle() and
instead call the sleep function defined in the cpufunctions structure.