From owner-cvs-all Mon May 6 22:52:38 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 D162937B405; Mon, 6 May 2002 22:52:27 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g475qRa95435; Mon, 6 May 2002 22:52:27 -0700 (PDT) (envelope-from marcel) Message-Id: <200205070552.g475qRa95435@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 6 May 2002 22:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 swtch.s src/sys/ia64/include pcb.h X-FreeBSD-CVS-Branch: HEAD 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 marcel 2002/05/06 22:52:27 PDT Modified files: sys/ia64/ia64 swtch.s sys/ia64/include pcb.h Log: o Add ar.lc to the pcb. o Create pcb_save as the backend for savectx and cpu_switch. o While here, use explicit bundling for pcb_save and optimize for compactness (~87% density). o Not part of the commit is a backend pcb_restore. restorectx() still jumps halfway into cpu_switch(). Revision Changes Path 1.21 +189 -139 src/sys/ia64/ia64/swtch.s 1.8 +1 -0 src/sys/ia64/include/pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message