]> Pileus Git - ~andy/linux/commit
iommu/arm-smmu: Remove broken big-endian check
authorWill Deacon <will.deacon@arm.com>
Wed, 31 Jul 2013 18:21:25 +0000 (19:21 +0100)
committerJoerg Roedel <joro@8bytes.org>
Wed, 14 Aug 2013 10:08:36 +0000 (12:08 +0200)
commit2ae9f2fa3f770c734e713f9a0a4c40bcf2373ab6
treea6219ef6c5f0e45aeaf885131692bd12cdea868f
parentd4e4ab86bcba5a72779c43dc1459f71fea3d89c8
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>
drivers/iommu/arm-smmu.c