From: Ben Hutchings Date: Tue, 29 Jan 2013 23:33:15 +0000 (+0000) Subject: sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~507^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5036b7c7b9137bd084f28438396432348f20e0bc;p=pandora-kernel.git sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade Currently we prefetch from the Ethernet header, but we will also read the hash prefix. In practice they should be in the same cache line and this won't hurt, but it is still pointless to add on the hash prefix size. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed