commit | e0508b1516ad4423499d4118a9037ae0aa4e9c2f | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Wed Feb 03 05:08:17 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 17 14:02:47 2010 +1100 |
tree | d9ae599feedd4b7b5b69c917080b7b4c691b1aa4 | |
parent | ec144a81ade915b5b38adedf10e84690813ed768 [diff] |
powerpc: Add coherent_dma_mask to mv64x60 devices DMA ops requires that coherent_dma_mask be set properly for a device, but this was not being done for devices on the MV64x60 that use DMA. Both the serial and ethernet devices need this or they won't be able to allocate memory. Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>