[PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()
Jason Gunthorpe
jgg at nvidia.com
Tue Feb 18 12:21:37 PST 2025
On Sat, Feb 15, 2025 at 05:47:51PM +0800, Baolu Lu wrote:
> > --- a/drivers/iommu/intel/irq_remapping.c
> > +++ b/drivers/iommu/intel/irq_remapping.c
> > @@ -538,11 +538,10 @@ static int intel_setup_irq_remapping(struct intel_iommu *iommu)
> > if (!ir_table)
> > return -ENOMEM;
> > - ir_table_base = iommu_alloc_pages_node(iommu->node, GFP_KERNEL,
> > - INTR_REMAP_PAGE_ORDER);
> > + ir_table_base =
>
> ... here?
Done
Jason
More information about the linux-riscv
mailing list