summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMitchel Humpherys2014-09-19 23:58:42 +0200
committerWill Deacon2014-09-22 12:13:01 +0200
commitccd359f219bee914501a8892b148e2a1315066d3 (patch)
treec58d1f704f9bb13d6f08a2e6b73f9fda8afca63d /Documentation
parentiommu/arm-smmu: support MMU-401 (diff)
downloadkernel-qcow2-linux-ccd359f219bee914501a8892b148e2a1315066d3.tar.gz
kernel-qcow2-linux-ccd359f219bee914501a8892b148e2a1315066d3.tar.xz
kernel-qcow2-linux-ccd359f219bee914501a8892b148e2a1315066d3.zip
iommu/arm-smmu: fix bug in pmd construction
We are using the same pfn for every pte we create while constructing the pmd. Fix this by actually updating the pfn on each iteration of the pmd construction loop. It's not clear if we can actually hit this bug right now since iommu_map splits up the calls to .map based on the page size, so we only ever seem to iterate this loop once. However, things might change in the future that might cause us to hit this. Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions