From: Alexander Duyck Date: Wed, 2 Dec 2009 16:46:31 +0000 (+0000) Subject: ixgb: remove use of skb_dma_map from ixgb X-Git-Tag: v2.6.33-rc1~388^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adeaa9086399780688679f2a7de4243bdbf77295;p=pandora-kernel.git ixgb: remove use of skb_dma_map from ixgb skb_dma_map is incompatible with HW iommu due to the fact that multiple mappings can result in different results each time. For this reason it is best to just remove use of these function calls. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed