File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Documentation/admin-guide Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 7477
7477
Note that genuine overcurrent events won't be
7478
7478
reported either.
7479
7479
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
+
7480
7496
unknown_nmi_panic
7481
7497
[X86] Cause panic on unknown NMI.
7482
7498
You can’t perform that action at this time.
0 commit comments