From owner-cvs-sys Fri Dec 6 19:46:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA27454 for cvs-sys-outgoing; Fri, 6 Dec 1996 19:46:24 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA27447; Fri, 6 Dec 1996 19:46:22 -0800 (PST) Date: Fri, 6 Dec 1996 19:46:22 -0800 (PST) From: John Dyson Message-Id: <199612070346.TAA27447@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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