Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index