[PATCH v6 12/29] iommu/amd: Enable NMIPass when allocating an NMI irq

Ricardo Neri ricardo.neri-calderon at linux.intel.com
Sat May 14 05:01:37 AEST 2022


On Fri, May 06, 2022 at 11:26:22PM +0200, Thomas Gleixner wrote:
> On Thu, May 05 2022 at 16:59, Ricardo Neri wrote:
> >  
> > +	if (info->flags & X86_IRQ_ALLOC_AS_NMI) {
> > +		/* Only one IRQ per NMI */
> > +		if (nr_irqs != 1)
> > +			return -EINVAL;
> 
> See previous reply.

I remove this check.

Thanks and BR,
Ricardo
> 


More information about the Linuxppc-dev mailing list