From: Jan Kiszka <[email protected]> This field already comes zero-initialized.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm64/smmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hypervisor/arch/arm64/smmu.c b/hypervisor/arch/arm64/smmu.c index b3facb8b..59cc8a78 100644 --- a/hypervisor/arch/arm64/smmu.c +++ b/hypervisor/arch/arm64/smmu.c @@ -939,7 +939,6 @@ static int arm_smmu_init(void) num++; - smmu_device[i].features &= ~ARM_SMMU_FEAT_COHERENT_WALK; smmu_device[i].arm_sid_mask = iommu->arm_mmu500.sid_mask; smmu_device[i].base = paging_map_device(iommu->base, -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/72e1b91b0baddaa9a07625a99dd7cf8f437c200a.1602664150.git.jan.kiszka%40siemens.com.
