projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103b393
)
perf events, x86, P4: Fix typo in comment
author
Justin P. Mattock
<
[email protected]
>
Fri, 22 Apr 2011 17:08:52 +0000
(10:08 -0700)
committer
Ingo Molnar
<
[email protected]
>
Sun, 24 Apr 2011 11:16:04 +0000
(13:16 +0200)
Signed-off-by: Justin P. Mattock <
[email protected]
>
Acked-by: Cyrill Gorcunov <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/cpu/perf_event_p4.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/perf_event_p4.c
b/arch/x86/kernel/cpu/perf_event_p4.c
index ae31e9698d92fb0dddff2120986dd9e2d50a06b0..f4c1da2f9352eea9484825d6ce70febd89e69df9 100644
(file)
--- 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)
{
unsigned int low, high;
- /* If we get stripped -- indexig fails */
+ /* If we get stripped -- indexi
n
g fails */
BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
rdmsr(MSR_IA32_MISC_ENABLE, low, high);