i386: touch_nmi_watchdog() in print_trace_address()
Prevent NMI watchdog triggering during long sysrq-T outputs. Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
80b16c192e
commit
601e625587
@@ -211,6 +211,7 @@ static void print_trace_address(void *data, unsigned long addr)
|
|||||||
{
|
{
|
||||||
printk("%s [<%08lx>] ", (char *)data, addr);
|
printk("%s [<%08lx>] ", (char *)data, addr);
|
||||||
print_symbol("%s\n", addr);
|
print_symbol("%s\n", addr);
|
||||||
|
touch_nmi_watchdog();
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct stacktrace_ops print_trace_ops = {
|
static struct stacktrace_ops print_trace_ops = {
|
||||||
|
Reference in New Issue
Block a user