Source-Changes archive

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

CVS commit: src/sys/arch/arm/arm



Module Name:    src
Committed By:   bjh21
Date:           Sun Oct  8 12:06:53 UTC 2006

Modified Files:
        src/sys/arch/arm/arm: in_cksum_arm.S

Log Message:
Use LDR/STR rather than LDM/STM for saving R14 over L_cksumdata.  LDM/STM
are apparently very slow on some processors.  This is an interim measure
while I work out how to expose __PROG{26,32} to assembly language.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/arm/in_cksum_arm.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