From owner-cvs-src@FreeBSD.ORG Thu May 6 02:35:58 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 D725816A4CE; Thu, 6 May 2004 02:35:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A751F43D2D; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i469ZwGe025792; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i469ZwmT025791; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das) Message-Id: <200405060935.i469ZwmT025791@repoman.freebsd.org> From: David Schultz Date: Thu, 6 May 2004 02:35:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha fp_emulate.c src/sys/alpha/include fpu.h 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: Thu, 06 May 2004 09:35:59 -0000 das 2004/05/06 02:35:58 PDT FreeBSD src repository Modified files: sys/alpha/alpha fp_emulate.c sys/alpha/include fpu.h Log: Don't clear the exception flags after we finish emulating a floating-point instruction in the kernel. The flags are supposed to be cumulative. Thanks to marcel for helping me test this. Revision Changes Path 1.14 +1 -1 src/sys/alpha/alpha/fp_emulate.c 1.7 +2 -0 src/sys/alpha/include/fpu.h