From owner-cvs-all Thu Feb 28 16:24:48 2002 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 A300B37B405; Thu, 28 Feb 2002 16:24:45 -0800 (PST) Received: (from luoqi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g210Oji70723; Thu, 28 Feb 2002 16:24:45 -0800 (PST) (envelope-from luoqi) Date: Thu, 28 Feb 2002 16:24:45 -0800 (PST) From: Message-Id: <200203010024.g210Oji70723@freefall.freebsd.org> To: benno@freebsd.org Subject: Re: cvs commit: src/sys/powerpc/powerpc swtch.s Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org; Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Before rfi instruction, fork_trampoline needs to tear down the trap frame (unlike i386, the frame was setup by in software), so it probably has to go back to locore.s where the frame setup/teardown macros are defined. Kthreads are not affected because for them fork_exit never returns. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message