RE: [PATCH] IOMMU/x86: tidy adjust_irq_affinities hook

2022-03-13 Thread Tian, Kevin
> From: Jan Beulich > Sent: Monday, March 7, 2022 8:40 PM > > As of 3e56754b0887 ("xen/cet: Fix __initconst_cf_clobber") there's no > need for a non-void return value anymore, as the hook functions are no > longer themselves passed to __initcall(). For the same reason the > iommu_enabled checks c

Re: [PATCH] IOMMU/x86: tidy adjust_irq_affinities hook

2022-03-07 Thread Andrew Cooper
On 07/03/2022 12:40, Jan Beulich wrote: > As of 3e56754b0887 ("xen/cet: Fix __initconst_cf_clobber") there's no > need for a non-void return value anymore, as the hook functions are no > longer themselves passed to __initcall(). For the same reason the > iommu_enabled checks can now move from the i