From: Krzysztof Mazur Date: Tue, 6 Nov 2012 22:17:02 +0000 (+0100) Subject: pppoatm: do not inline pppoatm_may_send() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~138^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397ff16dce53888ec693b3718640be2560204751;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed