projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620a6dc
)
init/Kconfig: Correct thermal pressure help text
author
Yue Hu
<huyue2@yulong.com>
Wed, 27 Jan 2021 05:44:51 +0000
(13:44 +0800)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index b77c60f8b963d4ae43140cce57b4c19af2e28732..058b99d12f99436a95658d70639c4bdc4cb5424d 100644
(file)
--- 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"