Loading
iommu: io-pgtable-arm: Use correct bitmask for pgd entry
Ensure that the bits larger than cfg->ias are masked out before mapping an
address in a pagetable. This is required in order to map a sign-extended
address into TTBR1; for other use cases the bits above cfg->ias are
expected to be zero.
Change-Id: I2463cef7e0238cf887dcc682977375eb08d6973b
Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>