Commit 432900f8 authored by Yue Hu's avatar Yue Hu Committed by Peter Zijlstra
Browse files

init/Kconfig: Correct thermal pressure help text



We're using arch_scale_thermal_pressure() to retrieve per CPU thermal
pressure.

Signed-off-by: default avatarYue Hu <huyue2@yulong.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarValentin Schneider <valentin.schneider@arm.com>
Link: https://lkml.kernel.org/r/20210127054451.1240-1-zbestahu@gmail.com
parent 620a6dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"