From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] NMI handling
Date: Thu, 03 May 2001 02:34:43 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005522@msgid-missing> (raw)
I'm trying to add an NMI oopser to ia64 kdb to help debug disabled
spinloops. I can add the NMI handler but AFAICT I am wasting my time.
local_irq_save and friends do rsm psr.i which will mask all interrupts,
including NMI (arch volume 2, table 5-7).
Can we use cr.tpr.mmi (arch volume 2, section 5.8.3.3) instead of
psr.i? That will disable all external interrupts other than NMI.
cr.tpr.mmi still allows PMI interrupts, where psr.i does not, is that a
problem?
reply other threads:[~2001-05-03 2:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590693005522@msgid-missing \
--to=kaos@ocs.com.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox