Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/09/2001 19:58:02
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Nov  9 17:58:01 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm32: fault.c
	syssrc/sys/arch/arm/include: cpu.h

Log Message:
Implement a badaddr_read() routine which performs a load of the
specified size for the caller, and returns true or false indicating
whether or not a Data Abort occurred (i.e. the address was "bad").


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/arm32/fault.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/arm/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.