Re: [PATCH] irqchip/sifive-plic: Mark two global variables __ro_after_init

2021-04-07 Thread Marc Zyngier
On Tue, 30 Mar 2021 02:09:11 +0800, Jisheng Zhang wrote: > All of these two are never modified after init, so they can be > __ro_after_init. Applied to irq/irqchip-next, thanks! [1/1] irqchip/sifive-plic: Mark two global variables __ro_after_init commit: e03b7c1bcbfad6f27b4682f638b98627c4e

[PATCH] irqchip/sifive-plic: Mark two global variables __ro_after_init

2021-03-29 Thread Jisheng Zhang
From: Jisheng Zhang All of these two are never modified after init, so they can be __ro_after_init. Signed-off-by: Jisheng Zhang --- drivers/irqchip/irq-sifive-plic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/irqchip/irq-sifive-plic.c b/drivers/irqchip/i