public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* watchdog on itanium
@ 2004-07-07  1:12 Dave Peterson
  2004-07-07  1:23 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Peterson @ 2004-07-07  1:12 UTC (permalink / raw)
  To: linux-ia64

Hi,

I was wondering if anyone has tried implementing a watchdog for
detecting system hangs on Itanium.  If so, could someone please
point me to the source code?  If not, is anyone aware of any
fundamental limitations that would prevent one from implementing
a watchdog for Itanium?  I recall reading about performance
monitoring counters in the ia64 documentation from Intel and it
looked similar to what x86 provides.  Has anyone tried using the
performance monitoring counters on ia64 to generate periodic
NMIs for the purpose of implementing a watchdog?


Thanks,

Dave Peterson

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

* Re: watchdog on itanium
  2004-07-07  1:12 watchdog on itanium Dave Peterson
@ 2004-07-07  1:23 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2004-07-07  1:23 UTC (permalink / raw)
  To: linux-ia64

On Tue, 6 Jul 2004 18:12:10 -0700, 
Dave Peterson <dsp@llnl.gov> wrote:
>I was wondering if anyone has tried implementing a watchdog for
>detecting system hangs on Itanium.  If so, could someone please
>point me to the source code?  If not, is anyone aware of any
>fundamental limitations that would prevent one from implementing
>a watchdog for Itanium?  I recall reading about performance
>monitoring counters in the ia64 documentation from Intel and it
>looked similar to what x86 provides.  Has anyone tried using the
>performance monitoring counters on ia64 to generate periodic
>NMIs for the purpose of implementing a watchdog?

There is no NMI handler on Linux ia64 systems.  Mainly because cli() on
Linux ia64 blocks NMI.  Any useful watchdog would have to generate a
PMI or INIT interrupt.  The kernel has no PMI handler, it has an INIT
monarch handler (but no useful INIT slave handler).  Even the INIT
monarch is not designed to recover.  See this thread from 2001.

http://www.gelato.unsw.edu.au/linux-ia64/0105/1548.html


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

end of thread, other threads:[~2004-07-07  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-07  1:12 watchdog on itanium Dave Peterson
2004-07-07  1:23 ` Keith Owens

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