sparc: Remove console spam during kdump
Before executing the crash kernel, the panicking kernel cleans up the
irq state of the machine. This code contains a warning when cleaning up
unbound MSIs. Repeating this warning for each one floods the console and
can cause a waiting thread to time out before the other cpus have
completed.
This patch removes the warning and increases the time allowed for all
the cpus to complete the machine_capture_other_strands() function.
orabug:
23585248
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
(cherry picked from commit
30e77b09b134b3ec049b01cfd8754c774da493b9)
(cherry picked from commit
67657418d64c3cee2945370614c38d4516fb0ea1)
Signed-off-by: Allen Pais <allen.pais@oracle.com>