From: Jack Steiner <steiner@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: PMU and timer interrupts
Date: Thu, 09 Feb 2006 18:16:50 +0000 [thread overview]
Message-ID: <20060209181650.GB27921@sgi.com> (raw)
In-Reply-To: <20060209171648.GA26865@frankl.hpl.hp.com>
On Thu, Feb 09, 2006 at 09:16:48AM -0800, Stephane Eranian wrote:
> Hello,
>
> It was recently pointed out to me that the PMU interrupt
> vector is set to 0xee just below the timer interrupt at 0xef.
> As such, the timer interrupt has higher priority than the PMU
> interrupt. This would make sense except that a side effect is
> that it is not possible to collect samples from within the timer
> interrupt, i.e. we have a blind spot. Another side effect is
> that events happening during the timer handler, may be falsely
> attributed to the point where we write the EOI register.
If your intent is to allow a PMU interrupt to interrupt the timer
interrupt code, don't you need to put the PMU interrupt into a
higher priority class than the timer interrupt? Interrupt vectors
are grouped into 16 interrupt classes. An in-service interrupt masks
all other interrupts in the same class. (See the TPR register).
For example, PMU = 0xe0 & timer = 0xdf?
(This obviously ripples thu additional interrupt numbers....)
> I looked at the timer_interrupt() path, and I did not see anything special
> that would prevent us from swapping the interrupt vectors thereby removing
> the blind spot we have.
>
> Does anybody see a problem with this?
>
> --
> -Stephane
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Thanks
Jack Steiner (steiner@sgi.com) 651-683-5302
Principal Engineer SGI - Silicon Graphics, Inc.
next prev parent reply other threads:[~2006-02-09 18:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 17:16 PMU and timer interrupts Stephane Eranian
2006-02-09 18:16 ` Jack Steiner [this message]
2006-02-09 18:20 ` Luck, Tony
2006-02-09 18:39 ` Stephane Eranian
2006-02-09 19:10 ` Jack Steiner
2006-02-09 19:11 ` Stephane Eranian
2006-02-10 13:35 ` Stephane Eranian
2006-02-10 13:54 ` Jes Sorensen
2006-02-10 20:33 ` Chen, Kenneth W
2006-02-10 21:22 ` Stephane Eranian
2006-02-10 23:04 ` Chen, Kenneth W
2006-02-10 23:21 ` Stephane Eranian
2006-02-10 23:26 ` Jes Sorensen
2006-02-13 10:38 ` Stephane Eranian
2006-02-13 10:53 ` Jes Sorensen
2006-02-13 20:01 ` Stephane Eranian
2006-02-13 20:12 ` Stephane Eranian
2006-02-13 20:13 ` Chen, Kenneth W
2006-02-13 20:32 ` Chen, Kenneth W
2006-02-13 21:26 ` Keith Owens
2006-02-13 22:49 ` Chen, Kenneth W
2006-02-13 23:46 ` Stephane Eranian
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=20060209181650.GB27921@sgi.com \
--to=steiner@sgi.com \
--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