Re: [PATCH][RFC] PentiumPro/II split in x86 config

J.A. Magallon (jamagallon@able.es)
Mon, 27 May 2002 23:59:11 +0200


On 2002.05.27 Alan Cox wrote:
>On Mon, 2002-05-27 at 15:54, J.A. Magallon wrote:
>
>> +static void __init check_intel_compat(struct cpuinfo_x86 *c)
>> +{
>> +#if defined(CONFIG_MPENTIUMII) || defined(CONFIG_MPENTIUMIII) || defined(CONFIG_MPENTIUM4)
>> + if (c->x86 <= 5)
>> + panic("Kernel is unsafe/incompatible with this CPU model. Check your build settings !\n");
>> +#endif
>
>The PPro is also model 6 but a different family (1 if I remember
>rightly)
>

Opps... typo.
Yes:

{ X86_VENDOR_INTEL, 6,
{ "Pentium Pro A-step", "Pentium Pro", NULL, "Pentium II (Klamath)",
NULL, "Pentium II (Deschutes)", "Mobile Pentium II",
"Pentium III (Katmai)", "Pentium III (Coppermine)", NULL,
"Pentium III (Cascades)", NULL, NULL, NULL, NULL }},

Corrected patch on the way...

-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.3 (Cooker) for i586
Linux werewolf 2.4.19-pre8-jam4 #2 SMP dom may 26 11:20:42 CEST 2002 i686
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/