linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Export touch_nmi_watchdog
@ 2003-08-05 19:29 Andi Kleen
  2003-08-05 19:38 ` Andrew Morton
  0 siblings, 1 reply; 17+ messages in thread
From: Andi Kleen @ 2003-08-05 19:29 UTC (permalink / raw)
  To: torvalds, akpm, linux-kernel


Sometimes drivers do long things with interrupt off and the NMI watchdog
triggers quickly. This mostly happens in error handling. It would be 
better to fix the drivers to sleep in this case, but it's not always
possible or too much work.

This patch exports touch_nmi_watchdog so that they can at least be 
fixed to not trigger the watchdog.

Matches a similar patch for x86-64.

-Andi

diff -burpN -X ../KDIFX linux/arch/i386/kernel/nmi.c linux-2.6.0test2-amd64/arch/i386/kernel/nmi.c
--- linux/arch/i386/kernel/nmi.c	2003-07-18 02:40:03.000000000 +0200
+++ linux-2.6.0test2-work/arch/i386/kernel/nmi.c	2003-08-03 12:13:48.000000000 +0200
@@ -455,3 +455,4 @@ EXPORT_SYMBOL(disable_lapic_nmi_watchdog
 EXPORT_SYMBOL(enable_lapic_nmi_watchdog);
 EXPORT_SYMBOL(disable_timer_nmi_watchdog);
 EXPORT_SYMBOL(enable_timer_nmi_watchdog);
+EXPORT_SYMBOL(touch_nmi_watchdog);

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2003-08-06 15:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-05 19:29 [PATCH] Export touch_nmi_watchdog Andi Kleen
2003-08-05 19:38 ` Andrew Morton
2003-08-05 20:08   ` Andi Kleen
2003-08-05 20:20     ` Arjan van de Ven
2003-08-05 20:25       ` Linus Torvalds
2003-08-05 20:31         ` Arjan van de Ven
2003-08-05 21:07           ` Linus Torvalds
2003-08-05 21:05             ` Tim Hockin
2003-08-05 21:14             ` Andi Kleen
2003-08-05 21:15               ` Arjan van de Ven
2003-08-05 21:19                 ` Andi Kleen
2003-08-05 22:14               ` Linus Torvalds
2003-08-06  0:07                 ` Andi Kleen
2003-08-06 11:06                   ` Ingo Oeser
2003-08-06 15:31                     ` Linus Torvalds
2003-08-05 20:45         ` Andi Kleen
2003-08-05 21:11       ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).