Date: Sat, 28 Sep 1996 15:38:05 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_interface.c machdep.c pmap.c vm_machdep.c src/sys/i386/include cpufunc.h Message-ID: <199609282238.PAA05344@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/09/28 15:38:03
Modified: sys/i386/i386 db_interface.c machdep.c pmap.c vm_machdep.c
sys/i386/include cpufunc.h
Log:
Essentially rename pmap_update to be invltlb. It is a very machine
dependent operation, and not really a correct name. invltlb and invlpg
are more descriptive, and in the case of invlpg, a real opcode.
Additionally, fix the tlb management code for 386 machines.
Revision Changes Path
1.23 +3 -3 src/sys/i386/i386/db_interface.c
1.206 +3 -3 src/sys/i386/i386/machdep.c
1.122 +41 -41 src/sys/i386/i386/pmap.c
1.69 +2 -2 src/sys/i386/i386/vm_machdep.c
1.58 +3 -4 src/sys/i386/include/cpufunc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609282238.PAA05344>
