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: 04/18/1998 21:20:02
mark
Sat Apr 18 21:13:24 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv15388

Modified Files:
	bus.h 
Log Message:
Define bus_space_map flags BUS_SPACE_MAP_CACHEABLE and BUS_SPACE_MAP_LINEAR.
Comment arm32_bus_dma_segment structure members.
Remove the _dm_loadlen field from the arm32_bus_dmamap structure.


mark
Sat Apr 18 21:16:25 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv15433

Modified Files:
	profile.h 
Log Message:
Change definitions of MCOUNT_ENTER and MCOUNT_EXIT to block interrupts
via the CPSR rather than via splhigh() due to the overheads involved
in using splhigh()/splx(). (From Chris Demetriou).