Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/02/2001 00:13:55
Module Name: syssrc
Committed By: thorpej
Date: Mon Jan 1 22:13:55 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: machdep.c pmap.c vm_machdep.c
syssrc/sys/arch/i386/include: pmap.h
Log Message:
Don't equate pmap_update() with tlbflush(), but instead call
tlbflush() when that's what we mean (currently everywhere, except
in the one place in MI code where it is called).
The whole pmap_update() thing needs to be reexamined, but this helps
to clarify things a little with the currently-defined semantics of
that function.
To generate a diff of this commit:
cvs rdiff -r1.425 -r1.426 syssrc/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.115 -r1.116 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.95 -r1.96 syssrc/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/i386/include/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.