commit | f3d0e78d2e733176c2b0d23e7a7d871c7a33c2d6 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Aug 05 13:30:38 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 05 16:47:02 2014 -0700 |
tree | f6b89adc4408b4a57553e4393e1bfec5544b4217 | |
parent | c2a198569aeab71c36156f83128916dce9561741 [diff] |
amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask Use the dma_set_mask_and_coherent function to set the DMA mask rather than setting the DMA mask fields directly. This was originally done to work around a bug in the arm64 DMA support when RAM started above the 4GB boundary which has since been fixed. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>