Commit fa7b6947 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Ingo Molnar

perf events, x86, P4: Fix typo in comment

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Acked-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1303492132-3004-1-git-send-email-justinmattock@gmail.comSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 103b3934
...@@ -1187,7 +1187,7 @@ static __init int p4_pmu_init(void) ...@@ -1187,7 +1187,7 @@ static __init int p4_pmu_init(void)
{ {
unsigned int low, high; unsigned int low, high;
/* If we get stripped -- indexig fails */ /* If we get stripped -- indexing fails */
BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC); BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
rdmsr(MSR_IA32_MISC_ENABLE, low, high); rdmsr(MSR_IA32_MISC_ENABLE, low, high);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment