Subject: CVS commit: src/sys/arch/evbarm/ixdp425
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 02/12/2004 23:26:48
Module Name:	src
Committed By:	scw
Date:		Thu Feb 12 23:26:48 UTC 2004

Modified Files:
	src/sys/arch/evbarm/ixdp425: ixdp425_start.S

Log Message:
Very occasionally, the MMU is enabled before the 'ldr' which loads
the mapped address to leap to completes. This generally manifests
itself as a random exception with RedBoot just after 'go'.

Fix it by adding a data-dependency on the 'ldr' result.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/evbarm/ixdp425/ixdp425_start.S

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