Re: [PATCH] init/Kconfig: correct thermal pressure retrieve API

2021-01-27 Thread Valentin Schneider
On 27/01/21 13:44, Yue Hu wrote: > From: Yue Hu > > We're using arch_scale_thermal_pressure() to retrieve per CPU thermal > pressure. > > Signed-off-by: Yue Hu Whoever wrote that clearly got "arch" and "topology" mixed up! Reviewed-by: Valentin Schneider > --- > init/Kconfig | 2 +- > 1 file

[PATCH] init/Kconfig: correct thermal pressure retrieve API

2021-01-26 Thread Yue Hu
From: Yue Hu We're using arch_scale_thermal_pressure() to retrieve per CPU thermal pressure. Signed-off-by: Yue Hu --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index c4e0a7e..5b35e15 100644 --- a/init/Kconfig +++ b/init/Kconfi