Source-Changes archive

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

CVS commit: src/sys/arch/arm



Module Name:    src
Committed By:   rearnsha
Date:           Mon Jan 26 15:54:16 UTC 2004

Modified Files:
        src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_arm9.S
        src/sys/arch/arm/include: cpufunc.h

Log Message:
Switch the ARM9 to using the Dcache in write-back mode.  Avoid an
unknown problem with dcache_inv_range by using a wbinv for now
(similarly for ARM10).

When setting the ARM9 system control register, use the computed
cpuctrlmask value (not 0xffffffff) so that the clocking-mode bits are
not reset to FastBus mode (which isn't very fast).


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/arch/arm/arm/cpufunc.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/arm/arm/cpufunc_asm_arm9.S
cvs rdiff -r1.29 -r1.30 src/sys/arch/arm/include/cpufunc.h

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