ARM: use phys_addr_t for DMA zone sizes
authorRob Herring <rob.herring@calxeda.com>
Thu, 1 Aug 2013 20:29:29 +0000 (15:29 -0500)
committerRob Herring <rob.herring@calxeda.com>
Tue, 13 Aug 2013 20:52:33 +0000 (15:52 -0500)
commit364230b9952143eb2062dc071e919fb751540ae8
tree7859a2896a70b8a32e3f55a13fa5399939c9728b
parentd4e4ab86bcba5a72779c43dc1459f71fea3d89c8
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>
arch/arm/include/asm/mach/arch.h
arch/arm/mm/init.c