From owner-cvs-sys Sun Aug 31 15:47:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22405 for cvs-sys-outgoing; Sun, 31 Aug 1997 15:47:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22374; Sun, 31 Aug 1997 15:45:19 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA26603; Sun, 31 Aug 1997 15:43:49 -0700 (PDT) Date: Sun, 31 Aug 1997 15:43:49 -0700 (PDT) Message-Id: <199708312243.PAA26603@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/31 15:43:48 PDT Modified files: sys/i386/conf options.i386 sys/i386/include endian.h Log: Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h" centrally. Revision Changes Path 1.56 +7 -5 src/sys/i386/conf/options.i386 1.16 +1 -5 src/sys/i386/include/endian.h