From: LEROY Christophe Date: Tue, 19 May 2015 15:18:55 +0000 (+0200) Subject: powerpc: put csum_tcpudp_magic inline X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~6^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c985f1d76c228abe202cb3004f03c9b45860d1;p=pandora-kernel.git powerpc: put csum_tcpudp_magic inline csum_tcpudp_magic() is only a few instructions, and does modify really few registers. So it is not worth having it as a separate function and suffer function branching and saving of volatile registers. This patch makes it inline by use of the already existing csum_tcpudp_nofold() function. Signed-off-by: Christophe Leroy Signed-off-by: Scott Wood --- Reading git-diff-tree failed