From owner-cvs-all Fri Feb 2 2:20:55 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 E6EDF37B4EC; Fri, 2 Feb 2001 02:20:30 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f12AKUQ25261; Fri, 2 Feb 2001 02:20:30 -0800 (PST) (envelope-from dfr) Message-Id: <200102021020.f12AKUQ25261@freefall.freebsd.org> From: Doug Rabson Date: Fri, 2 Feb 2001 02:20:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include frame.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/02/02 02:20:30 PST Modified files: sys/alpha/include frame.h 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 +7 -9 src/sys/alpha/include/frame.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message