From owner-cvs-sys Sun Aug 31 18:58:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA29485 for cvs-sys-outgoing; Sun, 31 Aug 1997 18:58:27 -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 SAA29398; Sun, 31 Aug 1997 18:56:26 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA01471; Sun, 31 Aug 1997 18:54:54 -0700 (PDT) Date: Sun, 31 Aug 1997 18:54:54 -0700 (PDT) Message-Id: <199709010154.SAA01471@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 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/31 18:54:54 PDT Modified files: sys/i386/i386 machdep.c mp_machdep.c Log: Move closer to supporting VM86 under SMP. LINT now compiles but doesn't link. Other link-time breakage for LINT is now visible (SMP is incompatible with SIMPLELOCK_DEBUG). Submitted by: jlemon Revision Changes Path 1.260 +4 -1 src/sys/i386/i386/machdep.c 1.50 +9 -1 src/sys/i386/i386/mp_machdep.c