commit | 364230b9952143eb2062dc071e919fb751540ae8 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Aug 01 15:29:29 2013 -0500 |
committer | Rob Herring <rob.herring@calxeda.com> | Tue Aug 13 15:52:33 2013 -0500 |
tree | 7859a2896a70b8a32e3f55a13fa5399939c9728b | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 [diff] |
ARM: use phys_addr_t for DMA zone sizes In order to specify a DMA zone size of 4GB on LPAE systems, the sizes need to be 64-bit. So make machine_desc.dma_zone_size and arm_dma_zone_size be phys_addr_t instead of unsigned long. Signed-off-by: Rob Herring <rob.herring@calxeda.com>