Re: [PATCH 10/12] perf, x86: setup NMI handler for IBS

From: Robert Richter
Date: Mon Apr 19 2010 - 12:37:15 EST


On 15.04.10 15:11:30, Robert Richter wrote:
> On 15.04.10 14:57:35, Peter Zijlstra wrote:
> > > +/* uninitialize the APIC for the IBS interrupts if needed */
> > > +static void clear_ibs_nmi(void)
> > > +{
> > > + on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1);
> > > +}
> >
> >
> > That on_each_cpu() looks wonky, why isn't this in the hotplug hooks?
>
> Right, it should be there. Will update this patch.

Peter,

please see my updated version below.

-Robert

---