From owner-cvs-all Mon May 20 19:14:17 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 94D7A37B40A; Mon, 20 May 2002 19:14:11 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4L2EBa37379; Mon, 20 May 2002 19:14:11 -0700 (PDT) (envelope-from jake) Message-Id: <200205210214.g4L2EBa37379@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 20 May 2002 19:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c tsb.c 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 jake 2002/05/20 19:14:11 PDT Modified files: sys/sparc64/sparc64 pmap.c tsb.c Log: Rewrite pmap_enter to avoid copying ttes in all cases. Pass the tte data to tsb_tte_enter instead of a whole tte, also to avoid copying. Revision Changes Path 1.53 +93 -108 src/sys/sparc64/sparc64/pmap.c 1.20 +6 -4 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message