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: 08/21/1996 16:30:02
mark
Wed Aug 21 16:21:07 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv5567

Modified Files:
	armfpe_init.c 
Log Message:
No longer need the relocation function arm_fpe_mod_reloc() as this is now
sorted out at link time.
fpe_arm_header is now the header structure for the fpe and no longer
a pointer to a header structure.


mark
Wed Aug 21 16:25:06 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/doc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv5637

Added Files:
	TODO 
Log Message:
Initial commit of the NetBSD/arm32 kernel TODO list.


mark
Wed Aug 21 16:26:43 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv5673

Modified Files:
	genassym.c 
Log Message:
Added defines for more proc structure fields (used by the FPE).


mark
Wed Aug 21 16:29:21 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv5725

Modified Files:
	cpuswitch.S 
Log Message:
Only disable IRQs during cpu_switch(). FIQs can be left activeas they cannot
interfere with a context switch.
Fixed several comments.