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:
a53d34c
)
etherdevice: Use ether_addr_copy to copy an Ethernet address
author
Joe Perches
<joe@perches.com>
Tue, 14 Jan 2014 23:18:47 +0000
(15:18 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 15 Jan 2014 23:39:33 +0000
(15:39 -0800)
Some systems can use the normally known u16 alignment of
Ethernet addresses to save some code/text bytes and cycles.
This does not change currently emitted code on x86 by gcc 4.8.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h
patch
|
blob
|
history
diff --cc
include/linux/etherdevice.h
Simple merge