Subject: CVS commit: src/sys/arch/acorn26
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/27/2006 21:21:10
Module Name:	src
Committed By:	bjh21
Date:		Wed Sep 27 21:21:10 UTC 2006

Modified Files:
	src/sys/arch/acorn26/acorn26: db_interface.c except.c
	src/sys/arch/acorn26/include: db_machdep.h

Log Message:
Make db_validate_address() work, even when called from within an interrupt
handler.  This should make debugging prefetch aborts slightly simpler.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/acorn26/acorn26/db_interface.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/acorn26/acorn26/except.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/acorn26/include/db_machdep.h

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