]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit040708f004b7af68a7b4b1ade56c558dc31af961
tree7eae87b08e828e8f0b1223f267abb004d6a5f7e7
parent6ff0fa60f888160efb1da2644b8a5d18d1a4de62
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]