aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-02-02 14:49:24 +0000
committerDavid S. Miller <[email protected]>2017-02-03 16:14:50 +0000
commitff3edc9b8efc8200c25f3a5adfb1c1de0a882dc5 (patch)
tree651a0fb76ff042dcfc1bfcd1405b432f03689a71 /net/ipv4/tcp_output.c
parentvirtio_net: remove custom busy_poll (diff)
downloadkernel-ff3edc9b8efc8200c25f3a5adfb1c1de0a882dc5.tar.gz
kernel-ff3edc9b8efc8200c25f3a5adfb1c1de0a882dc5.zip
hns_enet: use cpumask_var_t for on-stack mask
On large SMP builds, we can run into a build warning: drivers/net/ethernet/hisilicon/hns/hns_enet.c: In function 'hns_set_irq_affinity.isra.27': drivers/net/ethernet/hisilicon/hns/hns_enet.c:1242:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] The solution here is to use cpumask_var_t, which can use dynamic allocation when CONFIG_CPUMASK_OFFSTACK is enabled. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions