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: 06/12/1996 16:10:03
mark
Wed Jun 12 16:00:23 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21642

Modified Files:
	clock.c 
Log Message:
Don't claim the interrupts in hardclock() and statclock() but allow
them to be passed on to other interrupt handlers attached to the
timer interrupts.


mark
Wed Jun 12 16:02:44 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21702

Modified Files:
	genassym.c 
Log Message:
Updated to match changes in the irq handler structure.
Define symbols for the address space limits that copyin() and copyout()
compare against.


mark
Wed Jun 12 16:06:01 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21724

Modified Files:
	bcopyinout.S 
Log Message:
Spilt the copyinout() function into two separate functions copyin()
and copyout() so that the address space checks are done here rather than
in a bit of stub code.