git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e4ab8
)
ARM: use phys_addr_t for DMA zone sizes
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 1 Aug 2013 20:29:29 +0000
(15:29 -0500)
committer
Rob Herring
<rob.herring@calxeda.com>
Tue, 13 Aug 2013 20:52:33 +0000
(15:52 -0500)
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>
No differences found