From owner-cvs-all Sat Feb 23 12:25:25 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 138C437B402; Sat, 23 Feb 2002 12:25:21 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NKPLD87051; Sat, 23 Feb 2002 12:25:21 -0800 (PST) (envelope-from jake) Message-Id: <200202232025.g1NKPLD87051@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 23 Feb 2002 12:25:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c tsb.c src/sys/sparc64/include tsb.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 jake 2002/02/23 12:25:21 PST Modified files: sys/sparc64/sparc64 pmap.c tsb.c sys/sparc64/include tsb.h Log: Adapt the tsb_foreach interface to take a source and a destination pmap so that it can be used for pmap_copy. Other consumers ignore the second pmap. Add statistics gathering for tsb_foreach. Implement pmap_copy. Revision Changes Path 1.9 +2 -2 src/sys/sparc64/include/tsb.h 1.27 +52 -13 src/sys/sparc64/sparc64/pmap.c 1.12 +4 -3 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message