aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-04-22 13:08:52 -0400
committerIngo Molnar <mingo@elte.hu>2011-04-24 07:16:04 -0400
commitfa7b69475a6c192853949ba496dd9c37b497b548 (patch)
tree5543542de818ed791e0f67b0139225bc6ac813ef
parent103b3934817a7c42fba6e1ef76ecb390a2837d40 (diff)
perf events, x86, P4: Fix typo in comment
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Cyrill Gorcunov <gorcunov@gmail.com> Cc: trivial@kernel.org Link: http://lkml.kernel.org/r/1303492132-3004-1-git-send-email-justinmattock@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/cpu/perf_event_p4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index ae31e9698d92..f4c1da2f9352 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1187,7 +1187,7 @@ static __init int p4_pmu_init(void)
1187{ 1187{
1188 unsigned int low, high; 1188 unsigned int low, high;
1189 1189
1190 /* If we get stripped -- indexig fails */ 1190 /* If we get stripped -- indexing fails */
1191 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC); 1191 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
1192 1192
1193 rdmsr(MSR_IA32_MISC_ENABLE, low, high); 1193 rdmsr(MSR_IA32_MISC_ENABLE, low, high);