Date: Wed, 6 Mar 2002 21:25:15 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> 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 Message-ID: <200203070525.g275PFC45407@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203070525.g275PFC45407>