[PATCH 2/3] kvx: Replace dinval alias with d1inval
oss at kalray.eu
oss at kalray.eu
Tue Jun 27 08:42:01 PDT 2023
From: Julien Villette <jvillette at kalray.eu>
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 at kalray.eu>
Signed-off-by: Jules Maselbas <jmaselbas at kalray.eu>
---
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
More information about the barebox
mailing list