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

Modified Files:
	pte.h 
Log Message:
Update the L1_SEC() macro to take a cache enable mask.
Add a macro L1_SEC_SIZE to define the size of a L1 section.


mark
Sat Feb 21 15:16:28 PST 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv21461

Modified Files:
	irqhandler.h 
Log Message:
Remove prototype declarations of disable_interrupts(), enable_interrupts()
and restore_interrupts() as these are CPU related functions.


mark
Sat Feb 21 15:17:05 PST 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv21490

Modified Files:
	cpufunc.h 
Log Message:
Add macros for the CPU functions disable_interrupts(), enable_interrupts()
and restore_interrupts().


mark
Sat Feb 21 15:19:36 PST 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv21583

Modified Files:
	iic.c 
Log Message:
Include machine/cpufunc.h for interrupt disable/restore routines.