Prev: perf/perf_events: misleading number of samples due to mmap()
Next: [PATCH 1/2] Staging: comedi: fix style errors in adl_pci9111.c
From: Peter Zijlstra on 9 Jul 2010 06:50 On Fri, 2010-07-09 at 12:30 +0200, Peter Zijlstra wrote: > On Fri, 2010-07-09 at 20:17 +1000, Paul Mackerras wrote: > > On Fri, Jul 09, 2010 at 10:21:27AM +0200, Peter Zijlstra wrote: > > > > > -void hw_perf_disable(void) > > > +static void powerpc_pmu_pmu_disable(struct pmu *pmu) > > > > > -void hw_perf_enable(void) > > > +static void powerpc_pmu_pmu_enable(struct pmu *pmu) > > > > > struct pmu power_pmu = { > > > - .event_init = power_pmu_event_init, > > > + .pmu_enable = power_pmu_pmu_enable, > > > + .pmu_disable = power_pmu_pmu_disable, > > > + .event_init = pmwer_pmu_event_init, > > > > Doh! Think you posted the old version of the patch again... > > *sigh* The hunks ended up in the last patch.. I've pushed out a new git tree. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |