mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* perf: fix typo in perf_event_intel_uncore.c
@ 2013-04-29 19:49 Vince Weaver
  2013-04-30 16:46 ` [tip:perf/urgent] perf/x86/intel: Fix " tip-bot for Vince Weaver
  2013-05-01  9:11 ` perf: fix " Peter Zijlstra
  0 siblings, 2 replies; 3+ messages in thread
From: Vince Weaver @ 2013-04-29 19:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar, Arnaldo Carvalho de Melo


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>

diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
index b43200d..0d5ec6d 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)
 			snb_uncore_cbox.num_boxes = max_cores;
 		msr_uncores = snb_msr_uncores;
 		break;
-	case 45: /* Sandy Birdge-EP */
+	case 45: /* Sandy Bridge-EP */
 		if (snbep_uncore_cbox.num_boxes > max_cores)
 			snbep_uncore_cbox.num_boxes = max_cores;
 		msr_uncores = snbep_msr_uncores;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-01  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29 19:49 perf: fix typo in perf_event_intel_uncore.c Vince Weaver
2013-04-30 16:46 ` [tip:perf/urgent] perf/x86/intel: Fix " tip-bot for Vince Weaver
2013-05-01  9:11 ` perf: fix " Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome