mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: Turn off cpu alive mask messages.
Remove unnecessary, periodic print of cpu alive mask as part of the petting logic. Change-Id: I366f5107670b5d57742e168ac1f198acc68ba98c Signed-off-by: Hanumant Singh <hanumant@codeaurora.org>
This commit is contained in:
parent
12eb83a820
commit
6b2bb81491
1 changed files with 0 additions and 2 deletions
|
@ -200,8 +200,6 @@ static void pet_watchdog_work(struct work_struct *work)
|
|||
if (wdog_dd->do_ipi_ping)
|
||||
ping_other_cpus(wdog_dd);
|
||||
pet_watchdog(wdog_dd);
|
||||
if (wdog_dd->do_ipi_ping)
|
||||
dump_cpu_alive_mask(wdog_dd);
|
||||
if (enable)
|
||||
schedule_delayed_work(&wdog_dd->dogwork_struct,
|
||||
delay_time);
|
||||
|
|
Loading…
Reference in a new issue