Prev: bfa: comparison with wrong msgtag in bfa_pport_isr()
Next: PM / Runtime: Add sysfs switch for disabling device run-time PM (rev. 2)
From: Robert Richter on 25 Jan 2010 09:40 On 22.01.10 11:23:08, John Villalovos wrote: > diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c > index cb88b1a..edc074c 100644 > --- a/arch/x86/oprofile/nmi_int.c > +++ b/arch/x86/oprofile/nmi_int.c > @@ -598,7 +598,7 @@ static int __init ppro_init(char **cpu_type) > case 15: case 23: > *cpu_type = "i386/core_2"; > break; > - case 26: > + case 26: case 46: Hex values fit better here since the spec is using bit values too. Instead, the code should be changed to only use hex values for models with extended model bits set. -Robert -- Advanced Micro Devices, Inc. Operating System Research Center email: robert.richter(a)amd.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |