commit | 31aaa98c248da766ece922bbbe8cc78cfd0bc920 | [log] [tgz] |
---|---|---|
author | David Ahern <david.ahern@oracle.com> | Thu Mar 19 16:06:53 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 19 18:54:50 2015 -0700 |
tree | 14da71ebb3d3a8ad1106efcc4408d28d065773c8 | |
parent | b5aff55d89c27aedcae9521155b81b6aebb6c5d8 [diff] |
sparc: Touch NMI watchdog when walking cpus and calling printk With the increase in number of CPUs calls to functions that dump output to console (e.g., arch_trigger_all_cpu_backtrace) can take a long time to complete. If IRQs are disabled eventually the NMI watchdog kicks in and creates more havoc. Avoid by telling the NMI watchdog everything is ok. Signed-off-by: David Ahern <david.ahern@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>