From owner-cvs-all Wed Jan 31 3:17:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C91F237B6A2; Wed, 31 Jan 2001 03:17:01 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0VBH1j60082; Wed, 31 Jan 2001 03:17:01 -0800 (PST) (envelope-from dfr) Message-Id: <200101311117.f0VBH1j60082@freefall.freebsd.org> From: Doug Rabson Date: Wed, 31 Jan 2001 03:17:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha exception.s genassym.c machdep.c swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/01/31 03:17:01 PST Modified files: sys/alpha/alpha exception.s genassym.c machdep.c swtch.s Log: * Move exception_return to exception.s which is a more logical home for it. * Optimise the return path for syscalls so that they only restore a minimal set of registers instead of performing a full exception_return. A new flag in the trapframe indicates that the frame only holds partial state. When it is necessary to perform a full state restore (e.g. after an execve or signal), the flag is cleared to force a full restore. Revision Changes Path 1.5 +158 -5 src/sys/alpha/alpha/exception.s 1.23 +3 -1 src/sys/alpha/alpha/genassym.c 1.110 +6 -1 src/sys/alpha/alpha/machdep.c 1.21 +1 -111 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message