From owner-cvs-src@FreeBSD.ORG Thu Feb 26 12:30:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C5016A4CF; Thu, 26 Feb 2004 12:30:36 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B5E43D2D; Thu, 26 Feb 2004 12:30:36 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1QKUZOJ090522; Thu, 26 Feb 2004 12:30:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i1QKUZJ3090521; Thu, 26 Feb 2004 12:30:35 -0800 (PST) (envelope-from obrien) Date: Thu, 26 Feb 2004 12:30:35 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20040226203035.GA90433@dragon.nuxi.com> References: <200402252312.i1PNCeOp062627@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402252312.i1PNCeOp062627@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 machdep.c mpboot.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 20:30:37 -0000 On Wed, Feb 25, 2004 at 03:12:40PM -0800, Peter Wemm wrote: > peter 2004/02/25 15:12:40 PST > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 machdep.c mpboot.S > Log: > Since we don't use PG_NX yet, don't turn on EFER_NXE quite yet. This needs > to be done based on the cpuid bits. AMD says that we should test the cpuid Uh, that was *Intel* who said we should be testing for NX before setting EFER_NXE -- as they don't have it.