iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass
[deliverable/linux.git] / drivers / iommu / arm-smmu-v3.c
index 330623f8e34426909be9d115726564131c7dc97e..641e887613193c76e7afb48a81c82b1fd732cc2d 100644 (file)
@@ -1034,6 +1034,9 @@ static void arm_smmu_write_strtab_ent(struct arm_smmu_device *smmu, u32 sid,
                case STRTAB_STE_0_CFG_S2_TRANS:
                        ste_live = true;
                        break;
+               case STRTAB_STE_0_CFG_ABORT:
+                       if (disable_bypass)
+                               break;
                default:
                        BUG(); /* STE corruption */
                }
This page took 0.024665 seconds and 5 git commands to generate.