Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 09/13/2000 04:53:02
Module Name:	syssrc
Committed By:	nisimura
Date:		Wed Sep 13 01:53:01 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: pcb.h
	syssrc/sys/arch/mips/mips: genassym.cf locore_mips1.S locore_mips3.S
	    mips_machdep.c pmap.c vm_machdep.c

Log Message:
Introduce 'segbase' global variable to hold the pointer to current
process's segtab, retiring 'pcb_segtab' field from 'struct pcb'.
This would be another MULTIPROCESSOR unfriendly and the necessity
might be eliminated when the way to hold PTE is redesigned.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/mips/include/pcb.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/mips/mips/genassym.cf
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.50 -r1.51 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.99 -r1.100 syssrc/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.106 -r1.107 syssrc/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.70 -r1.71 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.