diff options
author | bde <bde@FreeBSD.org> | 1997-08-31 22:43:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-08-31 22:43:46 +0000 |
commit | b217a31a96f18aecebfa079789e822952e9da3a8 (patch) | |
tree | e7a04f90320fe42b1bd99a7c1af8918049768f51 /sys/i386/include/endian.h | |
parent | bca1963c9bbc861bc35eff4a09e461e4f0f1c633 (diff) | |
download | FreeBSD-src-b217a31a96f18aecebfa079789e822952e9da3a8.zip FreeBSD-src-b217a31a96f18aecebfa079789e822952e9da3a8.tar.gz |
Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"
centrally.
Diffstat (limited to 'sys/i386/include/endian.h')
-rw-r--r-- | sys/i386/include/endian.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index da56176..63971e5 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $Id: endian.h,v 1.14 1997/03/17 00:51:51 nate Exp $ + * $Id: endian.h,v 1.15 1997/04/20 11:44:32 bde Exp $ */ #ifndef _MACHINE_ENDIAN_H_ @@ -57,10 +57,6 @@ #ifndef KERNEL #include <sys/cdefs.h> -#else -#ifndef ACTUALLY_LKM_NOT_KERNEL -#include "opt_cpu.h" -#endif #endif __BEGIN_DECLS |