diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-12-14 17:17:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-14 18:05:45 -0500 |
commit | 428a1cb4baeb9e5c7feda93af7372ba6d2491558 (patch) | |
tree | 315732aa98b32886a8384bbda87e8a25ce217c7a | |
parent | 915c9e1b6d008fdaebca91b83fa0d2596121d588 (diff) |
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: e0c274472d ("psi: make disabling/enabling easier for vendor kernels")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index cf5b5a0dcbc2..ed9352513c32 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -515,8 +515,8 @@ config PSI_DEFAULT_DISABLED | |||
515 | depends on PSI | 515 | depends on PSI |
516 | help | 516 | help |
517 | If set, pressure stall information tracking will be disabled | 517 | If set, pressure stall information tracking will be disabled |
518 | per default but can be enabled through passing psi_enable=1 | 518 | per default but can be enabled through passing psi=1 on the |
519 | on the kernel commandline during boot. | 519 | kernel commandline during boot. |
520 | 520 | ||
521 | endmenu # "CPU/Task time and stats accounting" | 521 | endmenu # "CPU/Task time and stats accounting" |
522 | 522 | ||