Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm/arm



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Jan 24 06:18:13 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/arm: cpufunc_asm_xscale.S

Log Message:
Work around a bug in the XScale core's D-cache.  The work-around is to
use 2 adjacent cache-size areas for global cache clean, alternating
between the two of them on each call.  Without this, D-cache blocks
aren't evicted properly, and no one seems to know why.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm/arm/cpufunc_asm_xscale.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