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/22/2002 15:22:44
Module Name:	syssrc
Committed By:	scw
Date:		Tue Oct 22 12:22:44 UTC 2002

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

Log Message:
- Fix REDUCE16 to ignore the upper 32-bits of the input operand.
- Shift a leading misaligned quad to compensate for the implicit shift
  in the "ldlo.q" instruction. (And remove the "XXX:" comment which correctly
  hinted that this might be necessary).
- Clean up some comments.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 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.