lib/checksum.c: optimize do_csum a bit
authorIan Abbott <abbotti@mev.co.uk>
Thu, 7 Jul 2011 01:18:49 +0000 (01:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 11:52:24 +0000 (04:52 -0700)
Reduce the number of variables modified by the loop in do_csum() by 1,
which seems like a good idea.  On Nios II (a RISC CPU with 3-operand
instruction set) it reduces the loop from 7 to 6 instructions, including
the conditional branch.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found