Re: 2.6.26-rc6-git2: Reported regressions from 2.6.25

From: Maciej W. Rozycki
Date: Sat Jun 14 2008 - 18:23:29 EST


On Sat, 14 Jun 2008, Linus Torvalds wrote:

> I don't believe this is a regression, at least the 8GB thing. The
> HIGHMEM64G config option has had a
>
> depends on !M386 && !M486
>
> for quite a while now. It certainly was in 2.6.25 already.
>
> So if you want PAE support, we do require that you ask for a kernel that
> has cmpxchg8b support (needed for the atomic 64-bit clearing of a PAE page
> table entry). Not to mention a CPU that supports PAE. And that is simply
> incompatible with "I want it to work on an i486 too".
>
> So saying "I want a kernel that uses PAE _and_ works on an i486" is simply
> nonsensical. If we ever supported it, it was a mistake, and wouldn't have
> actually worked on an i486 anyway.

From what you have written it looks the dependency should actually be:

depends on !M386 && !M486 && !M586 && !M586TSC && !M586MMX

as none of the pre-Pentium-Pro processors had the PAE feature (I am not
sure about non-Intel implementations, so the case of M586 would have to be
investigated). It was originally planned for the Pentium, but abandoned
because of the die size required -- the details behind the story were
obviously never very well known, but it was definitely related to some
cost implications. The feature was reportedly documented in the earlier
not-so-widely-available revisions of the Pentium manuals and later on
removed while some of the other stuff was migrated to the (in)famous
Appendix H. This also explains the odd location of the PAE bits among the
CPUID flags and in the CR4 register, which was initially marked as
reserved.

Maciej
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/