1. 15 Dec, 2006 1 commit
    • Roland Dreier's avatar
      IB: Fix ib_dma_alloc_coherent() wrapper · c59a3da1
      Roland Dreier authored
      The ib_dma_alloc_coherent() wrapper uses a u64* for the dma_handle
      parameter, unlike dma_alloc_coherent, which uses dma_addr_t*.  This
      means that we need a temporary variable to handle the case when
      ib_dma_alloc_coherent() just falls through directly to
      dma_alloc_coherent() on architectures where sizeof u64 != sizeof
      dma_addr_t.
      Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
      c59a3da1
  2. 14 Dec, 2006 16 commits
  3. 13 Dec, 2006 23 commits