aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
diff options
context:
space:
mode:
authorVince Weaver <vincent.weaver@maine.edu>2013-04-29 15:49:28 -0400
committerIngo Molnar <mingo@kernel.org>2013-04-30 04:56:44 -0400
commit80e217e9ca98a99d6ee95c8f4473b7ebf6d1b8ca (patch)
tree242c38e376a0dc7fd74351696b473d8a25bdce40 /arch/x86/kernel/cpu
parentf7b0e1055574ce06ab53391263b4e205bf38daf3 (diff)
perf/x86/intel: Fix typo in perf_event_intel_uncore.c
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>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r--arch/x86/kernel/cpu/perf_event_intel_uncore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
index b43200dbfe7e..0d5ec6d6d335 100644
--- 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)
2857 snb_uncore_cbox.num_boxes = max_cores; 2857 snb_uncore_cbox.num_boxes = max_cores;
2858 msr_uncores = snb_msr_uncores; 2858 msr_uncores = snb_msr_uncores;
2859 break; 2859 break;
2860 case 45: /* Sandy Birdge-EP */ 2860 case 45: /* Sandy Bridge-EP */
2861 if (snbep_uncore_cbox.num_boxes > max_cores) 2861 if (snbep_uncore_cbox.num_boxes > max_cores)
2862 snbep_uncore_cbox.num_boxes = max_cores; 2862 snbep_uncore_cbox.num_boxes = max_cores;
2863 msr_uncores = snbep_msr_uncores; 2863 msr_uncores = snbep_msr_uncores;