public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.10-rc2] Drop SALINFO_TIMER_DELAY to one minute
@ 2004-12-01  3:36 Keith Owens
  2004-12-01 13:29 ` Jack Steiner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Keith Owens @ 2004-12-01  3:36 UTC (permalink / raw)
  To: linux-ia64

Experience with recoverable MCA events shows that a poll interval of 5
minutes for new MCA/INIT records is a bit too long.  Drop the poll
interval to one minute.

Signed-off-by: Keith Owens <kaos@sgi.com>

Index: linux/arch/ia64/kernel/salinfo.c
=================================--- linux.orig/arch/ia64/kernel/salinfo.c	Tue Oct 19 07:54:40 2004
+++ linux/arch/ia64/kernel/salinfo.c	Wed Dec  1 14:29:16 2004
@@ -230,8 +230,8 @@ salinfo_log_wakeup(int type, u8 *buffer,
 	}
 }
 
-/* Check for outstanding MCA/INIT records every 5 minutes (arbitrary) */
-#define SALINFO_TIMER_DELAY (5*60*HZ)
+/* Check for outstanding MCA/INIT records every minute (arbitrary) */
+#define SALINFO_TIMER_DELAY (60*HZ)
 static struct timer_list salinfo_timer;
 
 static void


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

end of thread, other threads:[~2004-12-01 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01  3:36 [PATCH 2.6.10-rc2] Drop SALINFO_TIMER_DELAY to one minute Keith Owens
2004-12-01 13:29 ` Jack Steiner
2004-12-01 16:36 ` Jesse Barnes
2004-12-01 16:44 ` Jack Steiner
2004-12-01 17:03 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox