Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/19/2002 16:17:34
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.