Skip to content

Commit ae35792

Browse files
brooniectmarinas
authored andcommitted
arm64/sme: Fix cut'n'paste in ABI document
The ABI for SME is very like that for SVE so bits of the ABI were copied but not adequately search and replaced, fix that. Reported-by: Edmund Grimley-Evans <[email protected]> Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Dave Martin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent b4725d3 commit ae35792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/arch/arm64/sme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ prctl(PR_SME_SET_VL, unsigned long arg)
238238
bits of Z0..Z31 except for Z0 bits [127:0] .. Z31 bits [127:0] to become
239239
unspecified, including both streaming and non-streaming SVE state.
240240
Calling PR_SME_SET_VL with vl equal to the thread's current vector
241-
length, or calling PR_SME_SET_VL with the PR_SVE_SET_VL_ONEXEC flag,
241+
length, or calling PR_SME_SET_VL with the PR_SME_SET_VL_ONEXEC flag,
242242
does not constitute a change to the vector length for this purpose.
243243

244244
* Changing the vector length causes PSTATE.ZA and PSTATE.SM to be cleared.
245245
Calling PR_SME_SET_VL with vl equal to the thread's current vector
246-
length, or calling PR_SME_SET_VL with the PR_SVE_SET_VL_ONEXEC flag,
246+
length, or calling PR_SME_SET_VL with the PR_SME_SET_VL_ONEXEC flag,
247247
does not constitute a change to the vector length for this purpose.
248248

249249

0 commit comments

Comments
 (0)