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

Alan Cox (alan@lxorguk.ukuu.org.uk)
27 May 2002 18:31:16 +0100


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)

-
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/