aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/psci.c
Commit message (Collapse)AuthorAgeFilesLines
* CHROMIMU: arm64: psci: lower the cpu_kill notification when racing with cpu_dieJoseph Lo2016-09-131-1/+1
| | | | | | | | | | | | | | | 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>
* first commitMeizu OpenSource2016-08-151-0/+453