Ingo,
please pull this update for tip/perf/urgent from:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
Thanks,
-Robert
>
> >
> > --- linux/arch/x86/oprofile/nmi_int.c.orig 2010-09-08
> > 08:01:56.000000000 -0600
> > +++ linux/arch/x86/oprofile/nmi_int.c 2010-09-08 05:57:18.000000000 -0600
> > @@ -664,7 +664,7 @@ static int __init ppro_init(char **cpu_t
> > case 14:
> > *cpu_type = "i386/core";
> > break;
> > - case 15: case 23:
> > + case 15: case 22: case 23:
>
> I slightly modified the change:
>
> - case 15: case 23:
> + case 0x0f:
> + case 0x16:
> + case 0x17:
>
> Thanks Patrick.
>
> -Robert
>
> > *cpu_type = "i386/core_2";
> > break;
> > case 0x1a:
> >
> >
--
Advanced Micro Devices, Inc.
Operating System Research Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
The patch looks fine, but please note that only some Celeron 540 use this,
while others are model 15. However all Core 2 Solo U2xxx and all desktop
Celeron 2xx/4xx are model 22 as well.
Arnd