commit | c62326abac8f40b904c8daebd7c1a6c624ebddd6 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jan 20 09:52:18 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 18:13:05 2014 -0800 |
tree | 7097a77be202fd824797f9c373f4c320d22824f8 | |
parent | 34b2cff4eeaa694bf629dfe140eec8cebb60cb9a [diff] |
netpoll: Use ether_addr_copy Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>