perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
authorRobert Richter <robert.richter@amd.com>
Mon, 1 Mar 2010 13:21:23 +0000 (14:21 +0100)
committerRobert Richter <robert.richter@amd.com>
Mon, 1 Mar 2010 13:21:23 +0000 (14:21 +0100)
commitbb1165d6882f423f90fc7007a88c6c993b7c2ac4
tree8ae1578c6d6ae548d1336cca86831e921f6236d3
parenta163b1099dc7016704043c7fc572ae42519f08f7
perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE

For consistency reasons this patch renames
ARCH_PERFMON_EVENTSEL0_ENABLE to ARCH_PERFMON_EVENTSEL_ENABLE.

The following is performed:

 $ sed -i -e s/ARCH_PERFMON_EVENTSEL0_ENABLE/ARCH_PERFMON_EVENTSEL_ENABLE/g \
   arch/x86/include/asm/perf_event.h arch/x86/kernel/cpu/perf_event.c \
   arch/x86/kernel/cpu/perf_event_p6.c \
   arch/x86/kernel/cpu/perfctr-watchdog.c \
   arch/x86/oprofile/op_model_amd.c arch/x86/oprofile/op_model_ppro.c

Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/include/asm/perf_event.h
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/cpu/perf_event_p6.c
arch/x86/kernel/cpu/perfctr-watchdog.c
arch/x86/oprofile/op_model_amd.c
arch/x86/oprofile/op_model_ppro.c