From owner-cvs-all Wed Mar 6 21:25:20 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 B602837B404; Wed, 6 Mar 2002 21:25:15 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g275PFC45407; Wed, 6 Mar 2002 21:25:15 -0800 (PST) (envelope-from jake) Message-Id: <200203070525.g275PFC45407@freefall.freebsd.org> From: Jake Burkholder Date: Wed, 6 Mar 2002 21:25:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h src/sys/sparc64/sparc64 bus_machdep.c pmap.c pv.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/03/06 21:25:15 PST Modified files: sys/sparc64/include tlb.h sys/sparc64/sparc64 bus_machdep.c pmap.c pv.c tsb.c Log: Modify the tlb demap API to take a pmap instead of a tlb context number. Due to allocating tlb contexts on the fly, we only ever need to demap the primary context, non-primary contexts have already been implicitly flushed by context switching. All we really need to tell is if its a kernel demap or not, and its easier just to compare against the kernel_pmap which is a constant. Revision Changes Path 1.13 +19 -10 src/sys/sparc64/include/tlb.h 1.5 +2 -2 src/sys/sparc64/sparc64/bus_machdep.c 1.39 +16 -20 src/sys/sparc64/sparc64/pmap.c 1.12 +2 -3 src/sys/sparc64/sparc64/pv.c 1.16 +1 -1 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message