init/Kconfig: Correct thermal pressure help text
authorYue Hu <huyue2@yulong.com>
Wed, 27 Jan 2021 05:44:51 +0000 (13:44 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 27 Jan 2021 16:26:43 +0000 (17:26 +0100)
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
init/Kconfig

index b77c60f8b963d4ae43140cce57b4c19af2e28732..058b99d12f99436a95658d70639c4bdc4cb5424d 100644 (file)
@@ -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"