From owner-cvs-all@FreeBSD.ORG Sat Oct 18 17:57:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBD616A4B3; Sat, 18 Oct 2003 17:57:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D30843F3F; Sat, 18 Oct 2003 17:57:11 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9J0vBXJ073385; Sat, 18 Oct 2003 17:57:11 -0700 (PDT) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9J0vBOF073384; Sat, 18 Oct 2003 17:57:11 -0700 (PDT) (envelope-from davidxu) Message-Id: <200310190057.h9J0vBOF073384@repoman.freebsd.org> From: David Xu Date: Sat, 18 Oct 2003 17:57:11 -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/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 00:57:12 -0000 davidxu 2003/10/18 17:57:11 PDT FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Use npxdrop in cpu_thread_exit to save some cycles. Clear FPU pcb flags for new upcall thread, these flags needn't be inherited, the new thread should start from clean FPU status. Revision Changes Path 1.216 +3 -1 src/sys/i386/i386/vm_machdep.c