diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-17 09:02:19 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-23 12:45:09 +0100 |
commit | 5c167b8585c8d91206b395d57011ead7711e322f (patch) | |
tree | 843546c59470026ba82cd121bcf23c40fd91c3cb /arch/x86/include/asm | |
parent | 7995888fcb0246543ee8027bf2835a250ba8c925 (diff) |
x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h
Impact: rename include file
We'll be providing an asm/perf_counter.h to the generic perfcounter code,
so use the already existing x86 file for this purpose and rename it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/perf_counter.h (renamed from arch/x86/include/asm/intel_arch_perfmon.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/intel_arch_perfmon.h b/arch/x86/include/asm/perf_counter.h index 71598a9eab6..9dadce1124e 100644 --- a/arch/x86/include/asm/intel_arch_perfmon.h +++ b/arch/x86/include/asm/perf_counter.h @@ -1,5 +1,5 @@ -#ifndef _ASM_X86_INTEL_ARCH_PERFMON_H -#define _ASM_X86_INTEL_ARCH_PERFMON_H +#ifndef _ASM_X86_PERF_COUNTER_H +#define _ASM_X86_PERF_COUNTER_H #define MSR_ARCH_PERFMON_PERFCTR0 0xc1 #define MSR_ARCH_PERFMON_PERFCTR1 0xc2 @@ -38,4 +38,4 @@ static inline void init_hw_perf_counters(void) { } static inline void perf_counters_lapic_init(int nmi) { } #endif -#endif /* _ASM_X86_INTEL_ARCH_PERFMON_H */ +#endif /* _ASM_X86_PERF_COUNTER_H */ |