Skip to content

Commit

Permalink
perf/x86: Move perf_event.c ............... => x86/events/core.c
Browse files Browse the repository at this point in the history
Also, keep the churn at minimum by adjusting the include "perf_event.h"
when each file gets moved.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/1454947748-28629-2-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Feb 9, 2016
1 parent 93b894b commit fa9cbf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion arch/x86/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

obj-y += entry/

obj-$(CONFIG_PERF_EVENTS) += events/

obj-$(CONFIG_KVM) += kvm/

# Xen paravirtualization support
Expand Down
1 change: 1 addition & 0 deletions arch/x86/events/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-y += core.o
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <asm/desc.h>
#include <asm/ldt.h>

#include "perf_event.h"
#include "../kernel/cpu/perf_event.h"

struct x86_pmu x86_pmu __read_mostly;

Expand Down
2 changes: 0 additions & 2 deletions arch/x86/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o
obj-$(CONFIG_CPU_SUP_TRANSMETA_32) += transmeta.o
obj-$(CONFIG_CPU_SUP_UMC_32) += umc.o

obj-$(CONFIG_PERF_EVENTS) += perf_event.o

ifdef CONFIG_PERF_EVENTS
obj-$(CONFIG_CPU_SUP_AMD) += perf_event_amd.o perf_event_amd_uncore.o
ifdef CONFIG_AMD_IOMMU
Expand Down

0 comments on commit fa9cbf3

Please sign in to comment.