commit | 0a242efc4fb859b2da506cdf8f3366231602e4ff | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda@ilport.com.ua> | Thu Aug 11 15:32:53 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:57:08 2005 -0700 |
tree | a4f4174ba8ccdedf892cc3358033b61e1a92babd | |
parent | 5917ed961def82a4dba9198d11a75f79d115a8cb [diff] |
[NET]: Deinline netif_carrier_{on,off}(). # grep -r 'netif_carrier_o[nf]' linux-2.6.12 | wc -l 246 # size vmlinux.org vmlinux.carrier text data bss dec hex filename 4339634 1054414 259296 5653344 564360 vmlinux.org 4337710 1054414 259296 5651420 563bdc vmlinux.carrier And this ain't an allyesconfig kernel! Signed-off-by: David S. Miller <davem@davemloft.net>