> After five minutes working on the arches patch, I realized that
> if PII gets split away, CONFIG_M686 only stands for PPro, so it
> would be worth a rename to CONFIG_MPENTIUMPRO ?
Yah, it would. CONFIG_M686 is now too general - unless we want
CONFIG_M686 _and_ a specific arch, like CONFIG_MPII. Then we can check
just the general case (M686) or the specific chip (MPII) as needed.
Also, CONFIG_MPPRO is easier on the eyes :)
> Only drawback is that people (ie - distros) could not just copy their old
> .config and build...
They should `make oldconfig' anyhow...
Robert Love
-
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/