From: Mark Rustad Date: Tue, 18 Mar 2014 07:03:40 +0000 (+0000) Subject: ixgbe: Use out-of-line function for register reads X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~332^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e2472f4fe245aff1eec86f6248270abc940e1f;p=pandora-kernel.git ixgbe: Use out-of-line function for register reads Register reads are slow, so don't inline them. Size before: text data bss dec hex filename 226337 8280 552 235169 396a1 ixgbe.ko Size after: text data bss dec hex filename 194578 8280 552 203410 31a92 ixgbe.ko for about a 14% reduction in text size. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed