Re: [PATCH 2/4] irqchip: sifive-plic: More flexible plic_irq_toggle()

From: Christoph Hellwig
Date: Fri Nov 09 2018 - 03:43:45 EST


> -
> struct plic_handler {
> bool present;
> - int ctxid;
> void __iomem *hart_base;
> raw_spinlock_t enable_lock;
> void __iomem *enable_base;
> };
> -static DEFINE_PER_CPU(struct plic_handler, plic_handlers);

This does not match the changelog at all.