tree 2460369fc4d6bdf6b30f525b2860f5989ed26858
parent 90660ec3c3e3f463a3cc7005213345b6c9ecfab9
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:54 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:54 -0700

[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]>

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

Index: arch/x86_64/kernel/traps.c
===================================================================
--- 1b9d29d6db925d41e282f2f3dcff189b4c185f90/arch/x86_64/kernel/traps.c  
(mode:100644 sha1:d87ac6496cc2ab1145302bc17a6f5a882a6dc633)
+++ 2460369fc4d6bdf6b30f525b2860f5989ed26858/arch/x86_64/kernel/traps.c  
(mode:100644 sha1:2707a27b81cd5efa4bf1b2ea5de729b440c05b2b)
@@ -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