From: oss@kalray.eu
To: barebox@lists.infradead.org
Cc: jmaselbas@kalray.eu, ysionneau@kalray.eu,
Julien Villette <jvillette@kalray.eu>
Subject: [PATCH 2/3] kvx: Replace dinval alias with d1inval
Date: Tue, 27 Jun 2023 17:42:01 +0200 [thread overview]
Message-ID: <20230627154202.8976-2-oss@kalray.eu> (raw)
In-Reply-To: <20230627154202.8976-1-oss@kalray.eu>
From: Julien Villette <jvillette@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@kalray.eu>
Signed-off-by: Jules Maselbas <jmaselbas@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
next prev parent reply other threads:[~2023-06-27 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-27 15:42 [PATCH 1/3] kvx: Add missing include/asm/mmu.h oss
2023-06-27 15:42 ` oss [this message]
2023-06-27 15:42 ` [PATCH 3/3] kvx: Fix asm syntax in start.S oss
2023-06-28 8:46 ` [PATCH 1/3] kvx: Add missing include/asm/mmu.h Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230627154202.8976-2-oss@kalray.eu \
--to=oss@kalray.eu \
--cc=barebox@lists.infradead.org \
--cc=jmaselbas@kalray.eu \
--cc=jvillette@kalray.eu \
--cc=ysionneau@kalray.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox