Skip to content

[PW_SID:1163188] riscv: vector: Fix output operands in context save - #2648

Open
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1163188
Open

[PW_SID:1163188] riscv: vector: Fix output operands in context save#2648
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1163188

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1163188 applied to workflow__riscv__fixes

Name: riscv: vector: Fix output operands in context save
URL: https://patchwork.kernel.org/series/1163188/
Version: 1

The __vstate_csr_save() inline assembly declares vcsr as an output
operand while the assembly only writes vstart, vtype, and vl. Remove it
as it is later saved by the C code.

Fixes: d863910 ("riscv: vector: Support xtheadvector save/restore")
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants