x86, perf: Clean up perf_event cpu code
authorKevin Winchester <kjwinchester@gmail.com>
Tue, 30 Aug 2011 23:41:05 +0000 (20:41 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 26 Sep 2011 10:58:00 +0000 (12:58 +0200)
The CPU support for perf events on x86 was implemented via included C files
with #ifdefs.  Clean this up by creating a new header file and compiling
the vendor-specific files as needed.

Signed-off-by: Kevin Winchester <kjwinchester@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1314747665-2090-1-git-send-email-kjwinchester@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found