From owner-cvs-src@FreeBSD.ORG Thu Apr 3 08:36:02 2003 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 9130337B401; Thu, 3 Apr 2003 08:36:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3228243F3F; Thu, 3 Apr 2003 08:36:02 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h33Ga20U056678; Thu, 3 Apr 2003 08:36:02 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h33Ga1Oj056677; Thu, 3 Apr 2003 08:36:01 -0800 (PST) Message-Id: <200304031636.h33Ga1Oj056677@repoman.freebsd.org> From: Jake Burkholder Date: Thu, 3 Apr 2003 08:36:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 swtch.S 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, 03 Apr 2003 16:36:02 -0000 jake 2003/04/03 08:36:01 PST FreeBSD src repository Modified files: sys/sparc64/sparc64 swtch.S Log: - Generally improve register usage in cpu_switch. Use the 'in' registers for temporaries relating to the state of the new process instead of the outs, so that functions can be called without fear of clobbering them. - Use savefpctx instead of rolling our own. Revision Changes Path 1.28 +63 -71 src/sys/sparc64/sparc64/swtch.S