Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1997 07:20:02
mark
Mon Feb  3 23:12:37 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv7509

Modified Files:
	cpuswitch.S fault.c machdep.c pmap.c vm_machdep.c 
Log Message:
Removed all the CPU_SA110 conditional compilation. All the cache
cleaning calls will now be indirected throught the cpu_functions
that will have the correct function pointers for the CPU in use.
All register fixup code following aborts has been removed and
instead a call to the cpu_*abt_fixup() routine is called instead
to provide the correct fixed based on the CPU type and abort mode.


mark
Mon Feb  3 23:15:47 PST 1997
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv8448/include

Modified Files:
	db_machdep.h 
Log Message:
Updated to work with the recent changes to the MI DDB code.


mark
Mon Feb  3 23:15:49 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv8448/arm32

Modified Files:
	db_interface.c 
Log Message:
Updated to work with the recent changes to the MI DDB code.