Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dba49066 authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

iommu/arm-smmu: Remove some duplicate macro definitions



When we brought back hardware ATOS support [94bc8904:
"iommu/arm-smmu: Resurrect hardware iova-to-phys"] we added some macros
back that were never deleted in the first place.  Clean up the redundant
macros.

Change-Id: I0129313fa4132f45fe5805e9ed3477ef7819e70e
Signed-off-by: default avatarMitchel Humpherys <mitchelh@codeaurora.org>
parent c81b55a7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -293,13 +293,6 @@

#define FSYNR0_WNR			(1 << 4)

#define ARM_SMMU_IMPL_DEF0(smmu) \
	((smmu)->base + (2 * (1 << (smmu)->pgshift)))
#define ARM_SMMU_IMPL_DEF1(smmu) \
	((smmu)->base + (6 * (1 << (smmu)->pgshift)))
#define IMPL_DEF1_MICRO_MMU_CTRL	0
#define MICRO_MMU_CTRL_LOCAL_HALT_REQ	(1 << 2)

static int force_stage;
module_param_named(force_stage, force_stage, int, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(force_stage,