git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e453789
)
net: fec: simplify loop counter handling in swap_buffer()
author
Lothar Waßmann
<LW@KARO-electronics.de>
Mon, 17 Nov 2014 09:51:23 +0000
(10:51 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 Nov 2014 20:19:32 +0000
(15:19 -0500)
Eliminate the DIV_ROUND_UP() and change the loop counter increment to
4 instead. This results in saving 6 instructions in the functions
assembly code.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found