IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single
authorSteve Wise <swise@opengridcomputing.com>
Fri, 27 Oct 2006 22:28:35 +0000 (17:28 -0500)
committerRoland Dreier <rolandd@cisco.com>
Tue, 31 Oct 2006 04:52:52 +0000 (20:52 -0800)
commit8de94ce19dd3c6fc6e9d9658da11cf3d76841ee5
treea9dfc1ed6ebee7112a593cc6505563295185ace7
parent04d03bc576f244bfa9692452aab83fa357ac0d57
IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single

The Ammasso driver needs to use dma_alloc_coherent() for
allocating memory that will be used by the HW for dma.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/amso1100/c2_alloc.c
drivers/infiniband/hw/amso1100/c2_cq.c
drivers/infiniband/hw/amso1100/c2_rnic.c