From owner-cvs-all Mon Oct 29 8:31:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 107CB37B401; Mon, 29 Oct 2001 08:31:16 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TGVGj18690; Mon, 29 Oct 2001 08:31:16 -0800 (PST) (envelope-from bde) Message-Id: <200110291631.f9TGVGj18690@freefall.freebsd.org> From: Bruce Evans Date: Mon, 29 Oct 2001 08:31:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/29 08:31:15 PST Modified files: sys/i386/i386 machdep.c Log: Don't set CR0_NE in cpu_setregs() for the SMP case, since setting it is npx.c's job and setting it here breaks the edit-time option of not setting it in npx.c. (It is not set in the right places for the SMP case, but always setting it here is harmless because there isn't even an edit-time option to not set it.) Revision Changes Path 1.482 +2 -0 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message