Re: RFC: [2.6 patch] better i386 CPU selection

From: Andi Kleen
Date: Sat Sep 13 2003 - 19:09:00 EST


Adrian Bunk <bunk@xxxxxxxxx> writes:
>
> I don't like the current user interface that says "if you want to
> support both an Athlon and a Pentium 4 in your kernel use the Pentium III
> option. And for better optimization, also check the "generic" option".

The big issue with your ifdefing of workarounds is that it causes subtle
support problems. A lot of settings for specific CPUs boot and work
fine on other CPUs (possibly with small performance impact, but they're
rarely noticeable without explicit benchmarking). Just when you don't
include the workarounds for the bugs on these other CPUs it will boot and
even run, but fail mysteriously once a month. And that would be a support
nightmare.

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