From owner-cvs-sys Fri Jan 24 11:01:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12933 for cvs-sys-outgoing; Fri, 24 Jan 1997 11:01:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12926; Fri, 24 Jan 1997 11:01:56 -0800 (PST) Date: Fri, 24 Jan 1997 11:01:56 -0800 (PST) From: Bruce Evans Message-Id: <199701241901.LAA12926@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/24 11:01:56 Modified: sys/i386/i386 machdep.c Log: Initialize CR0_MP in setregs() in case npx0 is disabled or not configured. Disabling npx0 works right now. Don't reference `npxdriver' if npx0 is not configured. Not configuring npx0 doesn't quite work yet. Don't clear potential non-npx pcb flags in setregs(). Revision Changes Path 1.226 +25 -4 src/sys/i386/i386/machdep.c