commit | f4188d8affc8267a0f0f1b587a4d0a4b9b7f2999 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 02 16:48:38 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 19:57:15 2009 -0800 |
tree | cd460b981c0cb3eee56ac91ade3b52279af55ab0 | |
parent | a73b796ed85483a2b999d74d197f31f887ffa82d [diff] |
tg3: remove use of skb_dma_map/unmap Due to the fact that skb_dma_map/unmap do not work correctly when a HW IOMMU is enabled it has been recommended to go about removing the calls from the network device drivers. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> CC: Matt Carlson <mcarlson@broadcom.com> CC: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>