Skip to content

Commit b2ec116

Browse files
geertuhtejun
authored andcommitted
workqueue: Fix cpu_intensive_thresh_us name in help text
There exists no parameter called "cpu_intensive_threshold_us". The actual parameter name is "cpu_intensive_thresh_us". Fixes: 6363845 ("workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 3f01e9f commit b2ec116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ config WQ_CPU_INTENSIVE_REPORT
12001200
help
12011201
Say Y here to enable reporting of concurrency-managed per-cpu work
12021202
items that hog CPUs for longer than
1203-
workqueue.cpu_intensive_threshold_us. Workqueue automatically
1203+
workqueue.cpu_intensive_thresh_us. Workqueue automatically
12041204
detects and excludes them from concurrency management to prevent
12051205
them from stalling other per-cpu work items. Occassional
12061206
triggering may not necessarily indicate a problem. Repeated

0 commit comments

Comments
 (0)