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

Modified Files:
	src/sys/arch/acorn26/acorn26: except.c

Log Message:
Turn address exceptions into SIGSEGV rather than SIGBUS, since they're really
just attempts to access unmapped (and incidentally unmappable) memory,
rather than anything special.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/acorn26/acorn26/except.c

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