* Borislav Petkov <[email protected]> wrote:

> On Wed, Aug 13, 2014 at 01:23:12AM -0700, tip-bot for Yan, Zheng wrote:
> > Commit-ID:  c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> > Gitweb:     
> > http://git.kernel.org/tip/c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> > Author:     Yan, Zheng <[email protected]>
> > AuthorDate: Wed, 30 Jul 2014 15:22:15 +0800
> > Committer:  Ingo Molnar <[email protected]>
> > CommitDate: Wed, 13 Aug 2014 07:51:08 +0200
> > 
> > perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate file
> > 
> > Signed-off-by: Yan, Zheng <[email protected]>
> > Signed-off-by: Peter Zijlstra <[email protected]>
> > Cc: Andi Kleen <[email protected]>
> > Cc: Arnaldo Carvalho de Melo <[email protected]>
> > Cc: Borislav Petkov <[email protected]>
> > Cc: Paul Mackerras <[email protected]>
> > Cc: Stephane Eranian <[email protected]>
> > Link: 
> > http://lkml.kernel.org/r/[email protected]
> > Signed-off-by: Ingo Molnar <[email protected]>
> > ---
> >  arch/x86/kernel/cpu/Makefile                       |    2 +-
> >  arch/x86/kernel/cpu/perf_event_intel_uncore.c      | 1038 +-------------
> >  arch/x86/kernel/cpu/perf_event_intel_uncore.h      |  185 +--
> >  ...el_uncore.c => perf_event_intel_uncore_nhmex.c} | 1483 
> > +++-----------------
> >  4 files changed, 196 insertions(+), 2512 deletions(-)
> > 
> > diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
> > index 7dee866..7e1fd4e 100644
> > --- a/arch/x86/kernel/cpu/Makefile
> > +++ b/arch/x86/kernel/cpu/Makefile
> > @@ -37,7 +37,7 @@ endif
> >  obj-$(CONFIG_CPU_SUP_INTEL)                += perf_event_p6.o 
> > perf_event_knc.o perf_event_p4.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)                += perf_event_intel_lbr.o 
> > perf_event_intel_ds.o perf_event_intel.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)                += perf_event_intel_uncore.o 
> > perf_event_intel_uncore_snb.o
> > -obj-$(CONFIG_CPU_SUP_INTEL)                += 
> > perf_event_intel_uncore_snbep.o
> > +obj-$(CONFIG_CPU_SUP_INTEL)                += 
> > perf_event_intel_uncore_snbep.o perf_event_intel_uncore_nhmex.o
> >  obj-$(CONFIG_CPU_SUP_INTEL)                += perf_event_intel_rapl.o
> 
> These filenames are begging to go to a separate dir. arch/x86/perf/ 
> would be a good one, peterz says.

arch/x86/perf/ would be fine with me.

Thanks,

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to