commit | 6134b110f97178d6919441a82dc91a7f3664b4e0 | [log] [tgz] |
---|---|---|
author | Anup Patel <anup.patel@wdc.com> | Fri Nov 06 13:23:59 2020 +0530 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Wed Nov 25 09:44:25 2020 -0800 |
tree | 4a2b9333eb7f595abcee08c84b4cec7e4d845090 | |
parent | e553fdc8105ac2ef3f321739da3908bb6673f7de [diff] |
RISC-V: Add missing jump label initialization 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") Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>