[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130501091120.GC28253@dyad.programming.kicks-ass.net>
Date: Wed, 1 May 2013 11:11:20 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Vince Weaver <vincent.weaver@...ne.edu>
Cc: linux-kernel@...r.kernel.org,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: Re: perf: fix typo in perf_event_intel_uncore.c
On Mon, Apr 29, 2013 at 03:49:28PM -0400, Vince Weaver wrote:
>
> Sandy Bridge was misspelled. Either that or the Intel marketing names
> are getting even more obscure.
>
> Signed-off-by: Vince Weaver <vincent.weaver@...ne.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 */
hehe indeed, we should be careful though we might give them ideas! :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists