From: Yue Hu Date: Wed, 27 Jan 2021 05:44:51 +0000 (+0800) Subject: init/Kconfig: Correct thermal pressure help text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=432900f8164b77376df2c25113fb94f9d7fffd79;p=linux.git init/Kconfig: Correct thermal pressure help text We're using arch_scale_thermal_pressure() to retrieve per CPU thermal pressure. Signed-off-by: Yue Hu Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Valentin Schneider Link: https://lkml.kernel.org/r/20210127054451.1240-1-zbestahu@gmail.com --- diff --git a/init/Kconfig b/init/Kconfig index b77c60f8b963d..058b99d12f994 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -525,7 +525,7 @@ config SCHED_THERMAL_PRESSURE i.e. put less load on throttled CPUs than on non/less throttled ones. This requires the architecture to implement - arch_set_thermal_pressure() and arch_get_thermal_pressure(). + arch_set_thermal_pressure() and arch_scale_thermal_pressure(). config BSD_PROCESS_ACCT bool "BSD Process Accounting"