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

Thomas Gleixner tglx at linutronix.de
Sat May 7 07:26:22 AEST 2022


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.



More information about the Linuxppc-dev mailing list