summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorYue Hu <huyue2@yulong.com>2021-01-27 13:44:51 +0800
committerPeter Zijlstra <peterz@infradead.org>2021-01-27 17:26:43 +0100
commit432900f8164b77376df2c25113fb94f9d7fffd79 (patch)
treed37db998245bd0eb550619567cd7989af54bb2a3 /init
parent620a6dc40754dc218f5b6389b5d335e9a107fd29 (diff)
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 <huyue2@yulong.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Valentin Schneider <valentin.schneider@arm.com> Link: https://lkml.kernel.org/r/20210127054451.1240-1-zbestahu@gmail.com
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b77c60f8b963..058b99d12f99 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"