File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -669,12 +669,12 @@ config RISCV_ISA_V_PREEMPTIVE
669
669
default y
670
670
help
671
671
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
673
673
vector unit to prevent blocking other tasks for too long.
674
674
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.
678
678
679
679
config RISCV_ISA_ZAWRS
680
680
bool "Zawrs extension support for more efficient busy waiting"
You can’t perform that action at this time.
0 commit comments