Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/04/1999 12:18:35
Module Name:	syssrc
Committed By:	pk
Date:		Mon Oct  4 19:18:34 UTC 1999

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

Log Message:
Each process (i.e. each `pmap') needs a region table for each CPU.
Implement this by making the fields `pm_reg_ptp' and `pm_reg_ptp_pa'
pointers to an array of `ncpu' region table pointers and corresponding
physical addresses.

This is a somewhat unfortunate side effect of having the per-CPU data
addressable by the same virtual address on each CPU.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/sparc/include/pmap.h
cvs rdiff -r1.151 -r1.152 syssrc/sys/arch/sparc/sparc/pmap.c

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