From: Olof Johansson Date: Tue, 2 Oct 2007 21:26:53 +0000 (-0500) Subject: pasemi_mac: add local skb alignment X-Git-Tag: v2.6.24-rc1~1454^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc121a4b620090e594945fd36f878836fc5a14a;p=pandora-kernel.git pasemi_mac: add local skb alignment pasemi_mac: add local skb alignment Add local SKB alignment to pasemi_mac, since ppc64 in general has it at 0 because of design flaws in some of the IBM server bridge chips. However, for PWRficient doing the unaligned copies is more expensive than doing unaligned DMA so make sure the data is aligned instead. Signed-off-by: Olof Johansson Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed