From owner-cvs-all Thu Feb 22 8: 5:18 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 39C5037B503; Thu, 22 Feb 2001 08:05:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1MG5Am07330; Thu, 22 Feb 2001 08:05:10 -0800 (PST) (envelope-from jhb) Message-Id: <200102221605.f1MG5Am07330@freefall.freebsd.org> From: John Baldwin Date: Thu, 22 Feb 2001 08:05:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/22 08:05:09 PST Modified files: sys/ia64/ia64 swtch.s Log: - Don't dink with sched_lock in cpu_switch() since mi_switch() does this for us. - Change the switch_trampoline() to call fork_exit() passing in the required arguments instead of calling the fork trampoline callout function directly. Warning: this hasn't been tested. Looked over by: dfr Revision Changes Path 1.9 +15 -24 src/sys/ia64/ia64/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message