Subject: CVS commit: src/sys/arch/arm/xscale
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/12/2004 10:25:07
Module Name:	src
Committed By:	scw
Date:		Mon Jan 12 10:25:06 UTC 2004

Modified Files:
	src/sys/arch/arm/xscale: i80321_intr.h ixp425_intr.h

Log Message:
Use __insn_barrier() to prevent the compiler reordering splx/splraise
relative to the code they're supposed to protect.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/xscale/i80321_intr.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/arm/xscale/ixp425_intr.h

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