Skip to content

Commit

Permalink
i386: touch_nmi_watchdog() in print_trace_address()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Konrad Rzeszutek authored and Linus Torvalds committed Jul 22, 2007
1 parent 80b16c1 commit 601e625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ static void print_trace_address(void *data, unsigned long addr)
{
printk("%s [<%08lx>] ", (char *)data, addr);
print_symbol("%s\n", addr);
touch_nmi_watchdog();
}

static struct stacktrace_ops print_trace_ops = {
Expand Down

0 comments on commit 601e625

Please sign in to comment.