Source-Changes archive

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

CVS commit: src/sys/arch/vax



Module Name:    src
Committed By:   matt
Date:           Fri Feb 22 08:46:48 UTC 2008

Modified Files:
        src/sys/arch/vax/include: pcb.h pmap.h
        src/sys/arch/vax/vax: pmap.c

Log Message:
Fix a bug in the pmap pcb tracking code.  While here, rewrite it to simplier.
Use a field in the pcb itself (since it's basically free) and keep track of
what pmap "owns" a pcb (for consistency checking).  use M_ZERO as appropriate.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/vax/include/pcb.h
cvs rdiff -r1.73 -r1.74 src/sys/arch/vax/include/pmap.h
cvs rdiff -r1.155 -r1.156 src/sys/arch/vax/vax/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