MIPS: Loongson: Reduce possible loop times and add log in do_thermal_timer()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 9 Jul 2020 03:55:20 +0000 (11:55 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 16 Jul 2020 08:49:36 +0000 (10:49 +0200)
commit17cbb0702e89f36db7608a441e9557088bd790ea
treeea57de0e9f1a9f8cd673d42f3b965bf15f0389cb
parentf17d3f218d8639ea6195ce2c027f2bd83ed12e30
MIPS: Loongson: Reduce possible loop times and add log in do_thermal_timer()

Once the temperature of any CPUs is too high, it can power off immediately,
no need to check the rest of CPUs, and it is better to print a log before
power off, this is useful when analysis the abnormal issues.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Zhi Li <lizhi01@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/platform/mips/cpu_hwmon.c