This patch set unifies performance counter bit masks for x86. All mask
are almost the same for all x86 models and thus can use the same macro
definitions in arch/x86/include/asm/perf_event.h. It removes duplicate
code. There is also a patch that reverts some changes of the big
perf_counter -> perf_event rename.
-Robert
--