Re: 686MX doesn't have PGE
H. Peter Anvin (hpa@transmeta.com)
14 Feb 2000 17:32:26 -0800
Followup to: <20000214222253.A2171@duncodin.demon.co.uk>
By author: Mike Civil <mike@duncodin.demon.co.uk>
In newsgroup: linux.dev.kernel
>
> Hi,
>
> Selecting a processor type of PPro/6x86MX since 2.3.40 gives a panic at boot
> time for my 686MX from the following code:-
>
> +/*
> + * If we configured ourselves for PGE, we'd better have it.
> + */
> +#ifdef CONFIG_X86_PGE
> + if (!cpu_has_pge)
> + panic("Kernel compiled for PPro+, requires PGE feature!");
>
This is dumb. It would be trivial to enable or disable PGE at
runtime. It isn't a fundamental change in how to do things, unlike
PSE or PAE.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/