Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/05/2003 12:53:15
Module Name:	src
Committed By:	scw
Date:		Wed Nov  5 12:53:15 UTC 2003

Modified Files:
	src/sys/arch/acorn32/conf: std.acorn32
	src/sys/arch/arm/arm: cpufunc.c
	src/sys/arch/arm/conf: files.arm

Log Message:
Add "options ARM32_DISABLE_ALIGNMENT_FAULTS" to forcibly disable
alignment fault checking if necessary.

This option gets the acorn32 port working again.

XXX: Richard Earnshaw suggested enabling alignment faults for
XXX: userland only on acorn32. Need to investigate this.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn32/conf/std.acorn32
cvs rdiff -r1.64 -r1.65 src/sys/arch/arm/arm/cpufunc.c
cvs rdiff -r1.75 -r1.76 src/sys/arch/arm/conf/files.arm

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