projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b0e10
)
perf/x86/intel: Fix typo in perf_event_intel_uncore.c
author
Vince Weaver
<vincent.weaver@maine.edu>
Mon, 29 Apr 2013 19:49:28 +0000
(15:49 -0400)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 30 Apr 2013 08:56:44 +0000
(10:56 +0200)
Sandy Bridge was misspelled. Either that or the Intel marketing
names are getting even more obscure.
Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Link:
http://lkml.kernel.org/r/alpine.DEB.2.02.1304291546590.15827@vincent-weaver-1.um.maine.edu
[ Haha ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_intel_uncore.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
index b43200dbfe7e179d65386f0dfb3b4afd3f33bf36..0d5ec6d6d335a6a6f1c586e84907d148c2a5c0d9 100644
(file)
--- a/
arch/x86/kernel/cpu/perf_event_intel_uncore.c
+++ b/
arch/x86/kernel/cpu/perf_event_intel_uncore.c
@@
-2857,7
+2857,7
@@
static int __init uncore_cpu_init(void)
snb_uncore_cbox.num_boxes = max_cores;
msr_uncores = snb_msr_uncores;
break;
- case 45: /* Sandy B
ir
dge-EP */
+ case 45: /* Sandy B
ri
dge-EP */
if (snbep_uncore_cbox.num_boxes > max_cores)
snbep_uncore_cbox.num_boxes = max_cores;
msr_uncores = snbep_msr_uncores;