commit | 1c27df1c0a82b938d8073a60243ff62eff8056b5 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 18 16:12:56 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Sep 22 17:36:05 2015 +0100 |
tree | 34f680370fd998555a4f6cdeca024697d6ceb174 | |
parent | f0c453dbcce7767cd868deb809ba68083c93954e [diff] |
iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA Stage-2 TLBI by IPA takes a 48-bit address field, as opposed to the 64-bit field used by the VA-based invalidation commands. This patch re-jigs the SMMUv3 command construction code so that the address field is correctly masked. Signed-off-by: Will Deacon <will.deacon@arm.com>