Subject: CVS commit: syssrc/sys/arch/vax
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 03/22/2002 00:08:08
Module Name:	syssrc
Committed By:	ragge
Date:		Thu Mar 21 22:08:08 UTC 2002

Modified Files:
	syssrc/sys/arch/vax/include: pmap.h
	syssrc/sys/arch/vax/vax: pmap.c

Log Message:
Inline functions that mostly do not need to be called.  Partly
rearrange/change the code to be able to avoid some inefficient functions.
Profiling shows that the time spent in pmap now is decreased by 20%. (!)


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/vax/include/pmap.h
cvs rdiff -r1.110 -r1.111 syssrc/sys/arch/vax/vax/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.