From owner-cvs-sys Tue Feb 3 13:28:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08642 for cvs-sys-outgoing; Tue, 3 Feb 1998 13:28:40 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08511; Tue, 3 Feb 1998 13:28:18 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23327; Tue, 3 Feb 1998 13:27:51 -0800 (PST) Date: Tue, 3 Feb 1998 13:27:51 -0800 (PST) Message-Id: <199802032127.NAA23327@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c vm86.c src/sys/i386/include pcb.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/03 13:27:51 PST Modified files: sys/i386/i386 machdep.c vm86.c sys/i386/include pcb.h Log: Ifdefed some SMP and VM86 code. Note that although VM86 is not a global option, the ifdef on it in a header works because only the name of the VM86 extension is hidden. Revision Changes Path 1.286 +12 -1 src/sys/i386/i386/machdep.c 1.6 +3 -1 src/sys/i386/i386/vm86.c 1.26 +9 -1 src/sys/i386/include/pcb.h