Re: [PATCH V5 2/2] arm64: perf: add support for percpu pmu interrupt

From: Will Deacon
Date: Fri Nov 29 2013 - 13:49:36 EST


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@xxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/