]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64/sme: Drop inaccurate documentation of streaming mode switches
authorMark Brown <broonie@kernel.org>
Wed, 23 Jul 2025 12:27:45 +0000 (13:27 +0100)
committerWill Deacon <will@kernel.org>
Mon, 8 Sep 2025 12:25:38 +0000 (13:25 +0100)
The SME ABI documentation contains an inaccurate description of the
architectural streaming mode entry/exit behaviour, just remove it since
this is better documented by the architecture or with the rest of the
documentation for the specific software interfaces concerned.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/arch/arm64/sme.rst

index 4cb38330e7046b881118de69b4231c109874f286..583f2ee9cb97756e83d65848f5e39c6030ba4290 100644 (file)
@@ -81,17 +81,7 @@ The ZA matrix is square with each side having as many bytes as a streaming
 mode SVE vector.
 
 
-3.  Sharing of streaming and non-streaming mode SVE state
----------------------------------------------------------
-
-It is implementation defined which if any parts of the SVE state are shared
-between streaming and non-streaming modes.  When switching between modes
-via software interfaces such as ptrace if no register content is provided as
-part of switching no state will be assumed to be shared and everything will
-be zeroed.
-
-
-4.  System call behaviour
+3.  System call behaviour
 -------------------------
 
 * On syscall PSTATE.ZA is preserved, if PSTATE.ZA==1 then the contents of the
@@ -112,7 +102,7 @@ be zeroed.
   exceptions for execve() described in section 6.
 
 
-5.  Signal handling
+4.  Signal handling
 -------------------
 
 * Signal handlers are invoked with PSTATE.SM=0, PSTATE.ZA=0, and TPIDR2_EL0=0.