From: Alexander Duyck Date: Wed, 2 Dec 2009 16:47:18 +0000 (+0000) Subject: igb: remove use of skb_dma_map from driver X-Git-Tag: v2.6.33-rc1~388^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6366ad331f436388129dfc044db871de79604e4d;p=pandora-kernel.git igb: remove use of skb_dma_map from driver This change removes skb_dma_map/unmap calls from the igb driver due to the fact that the call is incompatible with iommu enabled kernels. In order to prevent warnings about using the wrong unmap call I have added a mapped_as_page value to the buffer_info structure to track if the mapped region is a page or a buffer. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed