| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To avoid polluting the kernel log when cpuquiet is active, lower the
pr_info to pr_debug. This is due to the cpu_kill could race with
cpu_die, so the loop colud be tried a few times.
BUG=chrome-os-partner:40516
TEST=Less console spew on Smaug with cpuquiet enabled.
Change-Id: Iaed946e0ff6667c02e08798fd99691f7141e4e00
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Reviewed-on: https://chromium-review.googlesource.com/286287
Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
|