Signed-off-by: Andrew Morton --- 25-akpm/arch/x86_64/kernel/traps.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/x86_64/kernel/traps.c~x86_64-show_stack-touch_nmi_watchdog arch/x86_64/kernel/traps.c --- 25/arch/x86_64/kernel/traps.c~x86_64-show_stack-touch_nmi_watchdog 2005-03-24 21:32:50.238423416 -0800 +++ 25-akpm/arch/x86_64/kernel/traps.c 2005-03-24 21:33:01.956641976 -0800 @@ -246,6 +246,7 @@ void show_stack(struct task_struct *tsk, if (i && ((i % 4) == 0)) printk("\n "); printk("%016lx ", *stack++); + touch_nmi_watchdog(); } show_trace((unsigned long *)rsp); } _