Commit b2ec116a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Tejun Heo
Browse files

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: 63638450 ("workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 3f01e9fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1200,7 +1200,7 @@ config WQ_CPU_INTENSIVE_REPORT
	help
	help
	  Say Y here to enable reporting of concurrency-managed per-cpu work
	  Say Y here to enable reporting of concurrency-managed per-cpu work
	  items that hog CPUs for longer than
	  items that hog CPUs for longer than
	  workqueue.cpu_intensive_threshold_us. Workqueue automatically
	  workqueue.cpu_intensive_thresh_us. Workqueue automatically
	  detects and excludes them from concurrency management to prevent
	  detects and excludes them from concurrency management to prevent
	  them from stalling other per-cpu work items. Occassional
	  them from stalling other per-cpu work items. Occassional
	  triggering may not necessarily indicate a problem. Repeated
	  triggering may not necessarily indicate a problem. Repeated