From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V5 2/2] arm64: perf: add support for percpu pmu interrupt
Date: Fri, 29 Nov 2013 18:48:25 +0000 [thread overview]
Message-ID: <20131129184824.GA6730@mudshark.cambridge.arm.com> (raw)
In-Reply-To: <CAPrCYkfThbf4GoPrWB=CrnY6SfnaksxiDwqgqevYXdnrH-ynjg@mail.gmail.com>
On Tue, Nov 26, 2013 at 08:44:24AM +0000, Vinayak Kale wrote:
> On Tue, Nov 26, 2013 at 12:11 AM, Will Deacon <will.deacon@arm.com> wrote:
> > On Mon, Nov 25, 2013 at 09:45:53AM +0000, Vinayak Kale wrote:
> >> +static void
> >> +armpmu_enable_percpu_irq(void *data)
> >> +{
> >> + struct arm_pmu *armpmu = data;
> >> + struct platform_device *pmu_device = armpmu->plat_device;
> >> + int irq = platform_get_irq(pmu_device, 0);
> >> +
> >> + enable_percpu_irq(irq, 0);
> >
> > IRQ_TYPE_NONE?
>
> Did you mean to use macro instead or 0? If yes, I will modify.
Yes.
Will
prev parent reply other threads:[~2013-11-29 18:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 9:45 [PATCH V5 0/2] genirq: arm64: perf: support for percpu pmu interrupt Vinayak Kale
2013-11-25 9:45 ` [PATCH V5 1/2] genirq: Add an accessor for IRQ_PER_CPU flag Vinayak Kale
2013-11-25 9:45 ` [PATCH V5 2/2] arm64: perf: add support for percpu pmu interrupt Vinayak Kale
2013-11-25 18:41 ` Will Deacon
2013-11-26 8:44 ` Vinayak Kale
2013-11-29 18:48 ` Will Deacon [this message]
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=20131129184824.GA6730@mudshark.cambridge.arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).