]> Pileus Git - ~andy/linux/commit
pppoatm: do not inline pppoatm_may_send()
authorKrzysztof Mazur <krzysiek@podlesie.net>
Tue, 6 Nov 2012 22:17:02 +0000 (23:17 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 30 Nov 2012 12:23:19 +0000 (12:23 +0000)
commit397ff16dce53888ec693b3718640be2560204751
treed846278a477a9a7fb7b5f428ea9e76327a681b15
parent071d93931a75dc1f82f0baa9959613af81c5a032
pppoatm: do not inline pppoatm_may_send()

The pppoatm_may_send() is quite heavy and it's called three times
in pppoatm_send() and inlining costs more than 200 bytes of code
(more than 10% of total pppoatm driver code size).

add/remove: 1/0 grow/shrink: 0/1 up/down: 132/-367 (-235)
function                                     old     new   delta
pppoatm_may_send                               -     132    +132
pppoatm_send                                 900     533    -367

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
net/atm/pppoatm.c