From: Lu Baolu<baolu.lu@xxxxxxxxxxxxxxx>is this check only relevant to sm mode or should it be removed for
Sent: Thursday, February 29, 2024 5:48 PM
@@ -2175,9 +2175,6 @@ static void domain_context_clear_one(struct
device_domain_info *info, u8 bus, u8
struct context_entry *context;
u16 did_old;
- if (!iommu)
- return;
-
both legacy/sm? If the latter please add a note in the commit msg.