Skip to content

Commit 19987fd

Browse files
Barry SongPeter Zijlstra
authored andcommitted
sched,doc: sched_debug_verbose cmdline should be sched_verbose
The cmdline should include sched_verbose but not sched_debug_verbose as sched_debug_verbose is only the variant name in code. Fixes: 9406415 ("sched/debug: Rename the sched_debug parameter to sched_verbose") Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Valentin Schneider <valentin.schneider@arm.com> Link: https://lkml.kernel.org/r/20210504105344.31344-1-song.bao.hua@hisilicon.com
1 parent 635de95 commit 19987fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/scheduler/sched-domains.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ for a given topology level by creating a sched_domain_topology_level array and
7474
calling set_sched_topology() with this array as the parameter.
7575

7676
The sched-domains debugging infrastructure can be enabled by enabling
77-
CONFIG_SCHED_DEBUG and adding 'sched_debug_verbose' to your cmdline. If you
77+
CONFIG_SCHED_DEBUG and adding 'sched_verbose' to your cmdline. If you
7878
forgot to tweak your cmdline, you can also flip the
7979
/sys/kernel/debug/sched/verbose knob. This enables an error checking parse of
8080
the sched domains which should catch most possible errors (described above). It

0 commit comments

Comments
 (0)