Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 08/05/2002 05:55:41
Module Name: syssrc
Committed By: enami
Date: Mon Aug 5 02:55:41 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/powerpc: in_cksum.c
Log Message:
- Care about carry bit when adding short value to force 4 byte boundary.
It may contain any 32 bit value there.
- Use correct instruction to clear carry bit.
- Don't use series of load with update instruction. It's slower.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/powerpc/powerpc/in_cksum.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.