commit | 2ae9f2fa3f770c734e713f9a0a4c40bcf2373ab6 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jul 31 19:21:25 2013 +0100 |
committer | Joerg Roedel <joro@8bytes.org> | Wed Aug 14 12:08:36 2013 +0200 |
tree | a6219ef6c5f0e45aeaf885131692bd12cdea868f | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 [diff] |
iommu/arm-smmu: Remove broken big-endian check The bottom word of the pgd should always be written to the low half of the TTBR, so we don't need to swap anything for big-endian. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>