Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 04/11/2006 18:34:39
Module Name: src
Committed By: uwe
Date: Tue Apr 11 18:34:39 UTC 2006
Modified Files:
src/sys/arch/sh3/sh3: in_cksum.S
Log Message:
Shave off few instructions by replacing mov #imm, reg; sub reg, dst
with add #-imm, dst
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sh3/sh3/in_cksum.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.