tree 03c5954448306d8039d7dc7a3af154b7671434da
parent 4a7b30a645aee1a6c70772929f1819c8a156b660
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Tue Apr 12 08:25:25 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:25:25 2005

[PATCH] x86_64 show_stack(): call touch_nmi_watchdog

I had strange NMI watchdog timeouts running sysrq-T across 9600-baud serial.


Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 traps.c |    2 ++
 1 files changed, 2 insertions(+)

Index: arch/x86_64/kernel/traps.c
===================================================================
--- 8fcfd5c3ea244bdf5c2bc1b3d06727dc62b04753/arch/x86_64/kernel/traps.c  
(mode:100644 sha1:5729be08f926109cc22995f670a97950628b3561)
+++ 03c5954448306d8039d7dc7a3af154b7671434da/arch/x86_64/kernel/traps.c  
(mode:100644 sha1:f884e6499b29f80b76df157d58b68bdbfe0ba36f)
@@ -28,6 +28,7 @@
 #include <linux/interrupt.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
+#include <linux/nmi.h>
 
 #include <asm/system.h>
 #include <asm/uaccess.h>
@@ -243,6 +244,7 @@
                if (i && ((i % 4) == 0))
                        printk("\n       ");
                printk("%016lx ", *stack++);
+               touch_nmi_watchdog();
        }
        show_trace((unsigned long *)rsp);
 }
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to