Commit 428a1cb4 authored by Baruch Siach's avatar Baruch Siach Committed by Linus Torvalds

psi: fix reference to kernel commandline enable

The kernel commandline parameter named in CONFIG_PSI_DEFAULT_DISABLED
help text contradicts the documentation in kernel-parameters.txt, and
the code.  Fix that.

Link: http://lkml.kernel.org/r/20181203213416.GA12627@cmpxchg.org
Fixes: e0c27447 ("psi: make disabling/enabling easier for vendor kernels")
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Acked-by: default avatarJohannes Weiner <hannes@cmpxchg.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 915c9e1b
...@@ -515,8 +515,8 @@ config PSI_DEFAULT_DISABLED ...@@ -515,8 +515,8 @@ config PSI_DEFAULT_DISABLED
depends on PSI depends on PSI
help help
If set, pressure stall information tracking will be disabled If set, pressure stall information tracking will be disabled
per default but can be enabled through passing psi_enable=1 per default but can be enabled through passing psi=1 on the
on the kernel commandline during boot. kernel commandline during boot.
endmenu # "CPU/Task time and stats accounting" endmenu # "CPU/Task time and stats accounting"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment