[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-c1cfbecd-9399-4bcd-97d4-c5eb5692d1ed@palmerdabbelt-glaptop1>
Date: Wed, 13 May 2020 14:34:12 -0700 (PDT)
From: Palmer Dabbelt <palmer@...belt.com>
To: Atish Patra <Atish.Patra@....com>, Mark Zyngier <maz@...nel.org>,
tglx@...utronix.de
CC: linux-kernel@...r.kernel.org, wesley@...ive.com,
Atish Patra <Atish.Patra@....com>, jason@...edaemon.net,
linux-riscv@...ts.infradead.org,
Paul Walmsley <paul.walmsley@...ive.com>
Subject: Re: [PATCH] irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts
On Tue, 12 May 2020 10:26:36 PDT (-0700), Atish Patra wrote:
> From: "Wesley W. Terpstra" <wesley@...ive.com>
>
> A PLIC may not be connected to all the cores. In that case, nr_contexts
> may be less than num_possible_cpus. This requirement is only valid a single
> PLIC is the only interrupt controller for the whole system.
>
> Signed-off-by: Atish Patra <atish.patra@....com>
> [Atish: Modified the commit text]
> Signed-off-by: "Wesley W. Terpstra" <wesley@...ive.com>
> ---
> drivers/irqchip/irq-sifive-plic.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/irqchip/irq-sifive-plic.c b/drivers/irqchip/irq-sifive-plic.c
> index d0a71febdadc..822e074c0600 100644
> --- a/drivers/irqchip/irq-sifive-plic.c
> +++ b/drivers/irqchip/irq-sifive-plic.c
> @@ -301,8 +301,6 @@ static int __init plic_init(struct device_node *node,
> nr_contexts = of_irq_count(node);
> if (WARN_ON(!nr_contexts))
> goto out_iounmap;
> - if (WARN_ON(nr_contexts < num_possible_cpus()))
> - goto out_iounmap;
>
> error = -ENOMEM;
> priv->irqdomain = irq_domain_add_linear(node, nr_irqs + 1,
Reviewed-by: Palmer Dabbelt <palmerdabbelt@...gle.com>
Acked-by: Palmer Dabbelt <palmerdabbelt@...gle.com>
I'm assuming this is going through the irqchip tree.
Thanks!
Powered by blists - more mailing lists