Skip to content

Commit 9fe5853

Browse files
jones-drewAlexandre Ghiti
authored andcommitted
Documentation/kernel-parameters: Add riscv unaligned speed parameters
Document riscv parameters used to select scalar and vector unaligned access speeds. Signed-off-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/20250304120014.143628-18-ajones@ventanamicro.com Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
1 parent aecb09e commit 9fe5853

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7477,6 +7477,22 @@
74777477
Note that genuine overcurrent events won't be
74787478
reported either.
74797479

7480+
unaligned_scalar_speed=
7481+
[RISCV]
7482+
Format: {slow | fast | unsupported}
7483+
Allow skipping scalar unaligned access speed tests. This
7484+
is useful for testing alternative code paths and to skip
7485+
the tests in environments where they run too slowly. All
7486+
CPUs must have the same scalar unaligned access speed.
7487+
7488+
unaligned_vector_speed=
7489+
[RISCV]
7490+
Format: {slow | fast | unsupported}
7491+
Allow skipping vector unaligned access speed tests. This
7492+
is useful for testing alternative code paths and to skip
7493+
the tests in environments where they run too slowly. All
7494+
CPUs must have the same vector unaligned access speed.
7495+
74807496
unknown_nmi_panic
74817497
[X86] Cause panic on unknown NMI.
74827498

0 commit comments

Comments
 (0)