From: Julien Villette <jvillette@xxxxxxxxx> The coolidge ISA has been updated for better compatibility for kv3-1 and kv3-2, the dinval instruction is now an alias of d1inval for backward compatibility and should be replaced by the new name d1inval. Replace dinval/iinval instructions with d1inval/i1inval respectively. Signed-off-by: Julien Villette <jvillette@xxxxxxxxx> Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxxx> --- arch/kvx/cpu/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/kvx/cpu/start.S b/arch/kvx/cpu/start.S index a647e8a513..83bda7b96f 100644 --- a/arch/kvx/cpu/start.S +++ b/arch/kvx/cpu/start.S @@ -174,7 +174,7 @@ delegate_pl: ENDPROC(asm_init_pl) ENTRY(kvx_proc_power_off): - dinval + d1inval make $r1 = WS_WFXL_VALUE ;; /* Enable STOP */ -- 2.17.1