commit | 853520fa96511e4a49942d2cba34a329528c7e41 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 27 13:29:26 2015 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 13 16:06:39 2015 +0200 |
tree | b34b8dce2abde0c9ef555f509148ffa8c5708da2 | |
parent | 0b42c7c1132f331fba263f0d2ca23544770584b7 [diff] |
iommu/tegra-smmu: Store struct page pointer for page tables Store the struct page pointer for the second level page tables, rather than working back from the page directory entry. This is necessary as we want to eliminate the use of physical addresses used with arch-private functions, switching instead to use the streaming DMA API. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Thierry Reding <treding@nvidia.com>