linux-2.3.31: drivers/char/drm/drmP.h does not allow 386 build

Adam J. Richter (adam@yggdrasil.com)
Wed, 8 Dec 1999 22:38:31 -0800


As of linux-2.3.31, drivers/char/drm/drmP.h deliberately aborts
the compile the CPU type in the kernel build is configured to be 386.
The problem is that this is the way that one builds a kernel that can
run on any x86 (to avoid things like generating the BSWAP instruction,
which the 386 lacks). It does not necessarily mean that the CPU is
actually a 386. This change to drmP.h makes it impossible to build a fully
configured for the full x86 processor family. If there is some reason
why the "direct rendering infrastructure" should not run on a 386, then
this check should be done at run time, not compile time.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

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