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:
Hanumant Singh 2012-08-17 13:35:29 -07:00 committed by Stephen Boyd
parent 12eb83a820
commit 6b2bb81491

View file

@ -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);