Re: perf: fix typo in perf_event_intel_uncore.c

From: Peter Zijlstra
Date: Wed May 01 2013 - 05:13:00 EST


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@xxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/