Re: [PATCH] RISC-V: Add missing jump label initialization

2020-11-20 Thread Palmer Dabbelt
On Thu, 05 Nov 2020 23:53:59 PST (-0800), Anup Patel wrote: The jump_label_init() should be called from setup_arch() very early for proper functioning of jump label support. Fixes: ebc00dde8a97 ("riscv: Add jump-label implementation") Cc: sta...@vger.kernel.org Signed-off-by: Anup Patel ---

[PATCH] RISC-V: Add missing jump label initialization

2020-11-05 Thread Anup Patel
The jump_label_init() should be called from setup_arch() very early for proper functioning of jump label support. Fixes: ebc00dde8a97 ("riscv: Add jump-label implementation") Cc: sta...@vger.kernel.org Signed-off-by: Anup Patel --- arch/riscv/kernel/setup.c | 1 + 1 file changed, 1 insertion(+)