irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts
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: NAtish Patra <atish.patra@wdc.com> Signed-off-by: N"Wesley W. Terpstra" <wesley@sifive.com> Signed-off-by: NMarc Zyngier <maz@kernel.org> Reviewed-by: NPalmer Dabbelt <palmerdabbelt@google.com> Acked-by: NPalmer Dabbelt <palmerdabbelt@google.com> Link: https://lore.kernel.org/r/20200512172636.96299-1-atish.patra@wdc.com [Atish: Modified the commit text]
Showing
想要评论请 注册 或 登录