diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-02-16 06:51:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-16 06:51:33 +0100 |
commit | 339c6e99853d2ef1f02ad8a313e079050a300427 (patch) | |
tree | 0c442d67a328b5cf1fa33a8cb41ebcdb0618cda8 /net/ipv6 | |
parent | net: emaclite: adding MDIO and phy lib support (diff) | |
download | linux-339c6e99853d2ef1f02ad8a313e079050a300427.tar.xz linux-339c6e99853d2ef1f02ad8a313e079050a300427.zip |
ethtool: reduce stack usage
dev_ethtool() is currently using 604 bytes of stack, even with gcc-4.4.2
objdump -d vmlinux | scripts/checkstack.pl
...
0xc04bbc33 dev_ethtool [vmlinux]: 604
...
Adding noinline attributes to selected functions can reduce stack usage.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions