Prev: mm: only build per-node scan_unevictable when NUMA is enabled
Next: staging: hv: Fix missing functions for net_device_ops (resubmit)
From: Paul Mackerras on 2 Aug 2010 21:10 Ingo, Please do a pull from my perf.git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf.git master to get two commits. They only affect the driver for the PMU on the Freescale embedded PowerPC processors. One is from Peter Z. and has been around for some time. The other fixes a bug introduced by a patch from Peter Z. that I sent upstream recently. Thanks, Paul. Peter Zijlstra (1): perf, powerpc: Convert the FSL driver to use local64_t Scott Wood (1): perf, powerpc: fsl_emb: Restore setting perf_sample_data.period arch/powerpc/kernel/perf_event_fsl_emb.c | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) -- 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/
From: Ingo Molnar on 3 Aug 2010 01:50
* Paul Mackerras <paulus(a)samba.org> wrote: > Ingo, > > Please do a pull from my perf.git tree at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf.git master > > to get two commits. They only affect the driver for the PMU on the > Freescale embedded PowerPC processors. One is from Peter Z. and has > been around for some time. The other fixes a bug introduced by a > patch from Peter Z. that I sent upstream recently. > > Thanks, > Paul. > > Peter Zijlstra (1): > perf, powerpc: Convert the FSL driver to use local64_t > > Scott Wood (1): > perf, powerpc: fsl_emb: Restore setting perf_sample_data.period > > arch/powerpc/kernel/perf_event_fsl_emb.c | 29 +++++++++++++++-------------- > 1 files changed, 15 insertions(+), 14 deletions(-) Pulled, thanks a lot Paul! Ingo -- 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/ |