Re: [PATCH v5 4/5] irqchip: sifive-plic: Differentiate between PLIC handler and context

2019-02-11 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH v5 4/5] irqchip: sifive-plic: Differentiate between PLIC handler and context

2019-01-18 Thread Anup Patel
We explicitly differentiate between PLIC handler and context because PLIC context is for given mode of HART whereas PLIC handler is per-CPU software construct meant for handling interrupts from a particular PLIC context. To achieve this differentiation, we rename "nr_handlers" to "nr_contexts"