Source-Changes archive

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

CVS commit: syssrc/sys/arch/sh5/sh5



Module Name:    syssrc
Committed By:   scw
Date:           Sat Oct 19 13:17:34 UTC 2002

Modified Files:
        syssrc/sys/arch/sh5/sh5: in_cksum.S

Log Message:
If the incoming buffer is already quad aligned, skip the initial
alignment code. (There was nothing wrong with the original code path
other than it was slightly slower if the buffer was already aligned).

Also, catch another corner case related to alignment/length of the
last 1-7 bytes.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sh5/sh5/in_cksum.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