commit | 8dc121a4b620090e594945fd36f878836fc5a14a | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Tue Oct 02 16:26:53 2007 -0500 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:54:25 2007 -0700 |
tree | 1be4e5078a4a7dee15e0a7bc2690707312ee72a7 | |
parent | 9a50bebda95745d312c69d3bb6d788067cbefb84 [diff] |
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 <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>