From owner-cvs-src Thu Mar 20 8: 2:49 2003 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 E8E5D37B401; Thu, 20 Mar 2003 08:02:47 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9805543F75; Thu, 20 Mar 2003 08:02:46 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.8/8.12.8) with ESMTP id h2KG2kRv025014 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Mar 2003 11:02:46 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h2KG2eP04009; Thu, 20 Mar 2003 11:02:40 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Thu, 20 Mar 2003 11:02:40 -0500 From: Andrew Gallatin To: Peter Grehan Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/powerpc fpu.c genassym.c swtch.S trap.c Message-ID: <20030320110240.A3985@grasshopper.cs.duke.edu> References: <200303201028.h2KASKU9090258@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200303201028.h2KASKU9090258@repoman.freebsd.org>; from grehan@FreeBSD.org on Thu, Mar 20, 2003 at 02:28:20AM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Grehan [grehan@FreeBSD.org] wrote: > grehan 2003/03/20 02:28:20 PST > > FreeBSD src repository > > Modified files: > sys/powerpc/powerpc fpu.c genassym.c swtch.S trap.c > Log: > Enable the FPU on first use per-thread and save state across context > switches. Not as lazy as it could be. Changing FPU state with sigcontext > still TODO. I think I agree w/you that lazy might not be the way to go. I'm still planning to see what the affect of non-lazy (proactive?) FPU state switching would be on the alpha port. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message