diff options
author | 2019-02-06 13:30:18 +0100 | |
---|---|---|
committer | 2019-02-06 13:40:08 -0800 | |
commit | deedf1feb255c7a390309f615e50de37cb82fb61 (patch) | |
tree | 6bd19596f8d8862ae28b99259db0c62ae7f24ab2 /net/core/net-sysfs.c | |
parent | r8169: Load MAC address from device tree if present (diff) | |
download | wireguard-linux-deedf1feb255c7a390309f615e50de37cb82fb61.tar.xz wireguard-linux-deedf1feb255c7a390309f615e50de37cb82fb61.zip |
r8169: Avoid pointer aliasing
Read MAC address 32-bit at a time and manually extract the individual
bytes. This avoids pointer aliasing and gives the compiler a better
chance of optimizing the operation.
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/net-sysfs.c')
0 files changed, 0 insertions, 0 deletions