提交 f75d8e33 编写于 作者: W Will Deacon

iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flag

There's really no need for this to be a bitfield, particularly as we
don't have bitwise addressing on arm64.
Signed-off-by: NWill Deacon <will@kernel.org>
上级 b5e86196
......@@ -637,7 +637,7 @@ struct arm_smmu_master {
struct list_head domain_head;
u32 *sids;
unsigned int num_sids;
bool ats_enabled :1;
bool ats_enabled;
};
/* SMMU private data for an IOMMU domain */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册