From owner-cvs-src@FreeBSD.ORG Sun Jun 6 02:17:07 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 6238D16A4CE; Sun, 6 Jun 2004 02:17:07 -0700 (PDT) Received: from VARK.homeunix.com (ar59.lsanca2-4.27.98.47.lsanca2.dsl-verizon.net [4.27.98.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81CE43D1D; Sun, 6 Jun 2004 02:17:06 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i569H3jE006327; Sun, 6 Jun 2004 02:17:03 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i569H3Bo006326; Sun, 6 Jun 2004 02:17:03 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 6 Jun 2004 02:17:03 -0700 From: David Schultz To: David Malone Message-ID: <20040606091703.GA6016@VARK.homeunix.com> Mail-Followup-To: David Malone , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406050313.i553Dd3q070600@repoman.freebsd.org> <20040606081221.GA11314@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040606081221.GA11314@walton.maths.tcd.ie> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/amd64/amd64 fpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 09:17:07 -0000 On Sun, Jun 06, 2004, David Malone wrote: > On Fri, Jun 04, 2004 at 08:13:39PM -0700, David Schultz wrote: > > Modified files: > > sys/amd64/amd64 fpu.c > > Log: > > Initialize the MXCSR to the appropriate default value at startup. > > This seems to result in a "Fault trap 1: privileged instrustion > fault while in the kernel" while executing the ldmscsr instruction. > If I comment it out, everything works fine again. Sorry, I just backed it out for the mean time. Can you send me your dmesg|head please?