> From: Jason Gunthorpe <jgg@xxxxxxxxxx> > Sent: Tuesday, December 13, 2022 2:46 AM > @@ -660,7 +664,7 @@ static inline bool msi_device_has_isolated_msi(struct > device *dev) > * is inherently isolated by our definition. As nobody seems to needs > * this be conservative and return false anyhow. Also update the comment given the returned value is arch specific now. > */ > - return false; > + return arch_is_isolated_msi(); > }