perf_events, x86: Split PMU definitions into separate files
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 26 Feb 2010 11:05:05 +0000 (12:05 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Feb 2010 14:44:04 +0000 (15:44 +0100)
commitf22f54f4491acd987a6c5a92de52b60ca8b58b61
tree7eae87b08e828e8f0b1223f267abb004d6a5f7e7
parent48fb4fdd6b667ebeccbc6cde0a8a5a148d5c6b68
perf_events, x86: Split PMU definitions into separate files

Split amd,p6,intel into separate files so that we can easily deal with
CONFIG_CPU_SUP_* things, needed to make things build now that perf_event.c
relies on symbols from amd.c

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/cpu/perf_event_amd.c [new file with mode: 0644]
arch/x86/kernel/cpu/perf_event_intel.c [new file with mode: 0644]
arch/x86/kernel/cpu/perf_event_p6.c [new file with mode: 0644]