Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Noriyuki Soda <soda@netbsd.org>
List: source-changes
Date: 06/08/2000 22:51:54
Module Name:	syssrc
Committed By:	soda
Date:		Fri Jun  9 05:51:53 UTC 2000

Modified Files:
	syssrc/sys/arch/arc/arc: minidebug.c wired_map.c
	syssrc/sys/arch/mips/include: mips1_pte.h mips3_pte.h pte.h
	syssrc/sys/arch/mips/mips: pmap.c trap.c vm_machdep.c

Log Message:
rename
	vad_to_pfn() -> mips_paddr_to_tlbpfn()
	pfn_to_vad() -> mips_tlbpfn_to_paddr()
as suggested by thorpej on port-mips Mar 27.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arc/arc/minidebug.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arc/arc/wired_map.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/mips/include/mips1_pte.h \
    syssrc/sys/arch/mips/include/mips3_pte.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/mips/include/pte.h
cvs rdiff -r1.98 -r1.99 syssrc/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.139 -r1.140 syssrc/sys/arch/mips/mips/trap.c
cvs rdiff -r1.62 -r1.63 syssrc/sys/arch/mips/mips/vm_machdep.c

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