Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/evbarm/ixdp425



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.




Home | Main Index | Thread Index | Old Index