Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Yue Hu and committed by
Peter Zijlstra
432900f8 620a6dc4

+1 -1
+1 -1
init/Kconfig
··· 525 525 i.e. put less load on throttled CPUs than on non/less throttled ones. 526 526 527 527 This requires the architecture to implement 528 - arch_set_thermal_pressure() and arch_get_thermal_pressure(). 528 + arch_set_thermal_pressure() and arch_scale_thermal_pressure(). 529 529 530 530 config BSD_PROCESS_ACCT 531 531 bool "BSD Process Accounting"