Skip to content

Commit c39d537

Browse files
mssolapalmer-dabbelt
authored andcommitted
riscv: Improve Kconfig help for RISCV_ISA_V_PREEMPTIVE
Fix a couple of spelling issues plus some minor details on the grammar. Signed-off-by: Miquel Sabaté Solà <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Alexandre Ghiti <[email protected]> Signed-off-by: Alexandre Ghiti <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9811c86 commit c39d537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/riscv/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,12 @@ config RISCV_ISA_V_PREEMPTIVE
669669
default y
670670
help
671671
Usually, in-kernel SIMD routines are run with preemption disabled.
672-
Functions which envoke long running SIMD thus must yield core's
672+
Functions which invoke long running SIMD thus must yield the core's
673673
vector unit to prevent blocking other tasks for too long.
674674

675-
This config allows kernel to run SIMD without explicitly disable
676-
preemption. Enabling this config will result in higher memory
677-
consumption due to the allocation of per-task's kernel Vector context.
675+
This config allows the kernel to run SIMD without explicitly disabling
676+
preemption. Enabling this config will result in higher memory consumption
677+
due to the allocation of per-task's kernel Vector context.
678678

679679
config RISCV_ISA_ZAWRS
680680
bool "Zawrs extension support for more efficient busy waiting"

0 commit comments

Comments
 (0)