commit | 6b3fe47264262fa082897ebe8ae01041eae65e14 | [log] [tgz] |
---|---|---|
author | Hiroshi Doyu <hdoyu@nvidia.com> | Tue Aug 28 08:13:01 2012 +0300 |
committer | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Aug 28 21:01:05 2012 +0200 |
tree | a3802f904ad0f9b0b9e4565173ed24c95915987c | |
parent | cb01b633eeb77ae7128cab0a3b5d3de56da6e913 [diff] |
ARM: dma-mapping: atomic_pool with struct page **pages struct page **pages is necessary to align with non atomic path in __iommu_get_pages(). atomic_pool() has the intialized **pages instead of just *page. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>