Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   ad
Date:           Thu Jun  5 21:09:12 UTC 2008

Modified Files:
        src/sys/arch/amd64/include: proc.h
        src/sys/arch/i386/include: proc.h
        src/sys/arch/x86/include: pmap.h
        src/sys/arch/x86/x86: pmap.c

Log Message:
pmap_remove_all() for x86. Also, always defer freeing ptps to pmap_update().
There may be a better way to do this, but for now this is simple and avoids
potential bugs.

Proposed on tech-kern and discussed with chs@.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/amd64/include/proc.h
cvs rdiff -r1.35 -r1.36 src/sys/arch/i386/include/proc.h
cvs rdiff -r1.17 -r1.18 src/sys/arch/x86/include/pmap.h
cvs rdiff -r1.66 -r1.67 src/sys/arch/x86/x86/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