On 06/24/2011 12:05 PM, Nishanth Aravamudan wrote:
> From: Milton Miller
>
> Now that the generic code has dma_map_ops set, instead of having a
> messy ifdef & if block in the base dma_get_required_mask hook push
> the computation into the dma ops.
> arch/powerpc/platforms/ps3/system-bus.c |
From: Milton Miller
Now that the generic code has dma_map_ops set, instead of having a
messy ifdef & if block in the base dma_get_required_mask hook push
the computation into the dma ops.
If the ops fails to set the get_required_mask hook default to the
width of dma_addr_t.
This also corrects i