Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 05/29/2000 13:00:56
Module Name:	syssrc
Committed By:	ragge
Date:		Mon May 29 20:00:56 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/include: cpu.h
	syssrc/sys/arch/vax/vax: genassym.cf machdep.c pmap.c subr.s trap.c

Log Message:
Use the cpu_info struct to store cpu-specific data in the same way in
both uniprocessor and multiprocessor environments. Use the otherwise
unused internal CPU register SSP to store the cpu_info pointer.
The macros curcpu(), curproc, cpu_number() and need_resched() are now the
same in both uniprocessor and multiprocessor environments.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/arch/vax/include/cpu.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/vax/vax/genassym.cf
cvs rdiff -r1.99 -r1.100 syssrc/sys/arch/vax/vax/machdep.c
cvs rdiff -r1.79 -r1.80 syssrc/sys/arch/vax/vax/pmap.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/vax/vax/subr.s
cvs rdiff -r1.53 -r1.54 syssrc/sys/arch/vax/vax/trap.c

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