From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:18 +0000 (+0000) Subject: ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0549ae20b77d411aefb5271c2c494b9c3f02d972;p=pandora-kernel.git ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page This patch combines ixgbe_add_rx_frag and ixgbe_can_reuse_page into a single function. The main motivation behind this is to make better use of the values so that we don't have to load them from memory and into registers twice. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed