From: Ben Hutchings Date: Mon, 1 Sep 2008 11:47:12 +0000 (+0100) Subject: sfc: Removed forced inlining of long functions X-Git-Tag: v2.6.28-rc1~717^2~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d566063a799231b99d9a21128634ea78b89ab72;p=pandora-kernel.git sfc: Removed forced inlining of long functions gcc will automatically inline static functions with only one caller, and may inline other functions depending on the kernel configuration and size of the intermediate code. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed