Date: Fri, 6 Dec 1996 19:46:22 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include endian.h Message-ID: <199612070346.TAA27447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/12/06 19:46:21 Modified: sys/i386/include endian.h Log: Change endian.h so that when a kernel is compiled without I386_CPU, and with one of the following (I486_CPU,I586_CPU,I686_CPU) so it can take advantage of the very quick bswap insn. This keeps LKMs from being built to take advantage of the insn, but also makes sure that the LKMs can be run on all CPUs. (The LKMs don't pick up the CPU options :-( ). Revision Changes Path 1.10 +2 -2 src/sys/i386/include/endian.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612070346.TAA27447>
