Source-Changes archive

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

CVS commit: syssrc/sys/arch



Module Name:    syssrc
Committed By:   chs
Date:           Wed Mar 27 04:47:33 UTC 2002

Modified Files:
        syssrc/sys/arch/i386/i386: pmap.c
        syssrc/sys/arch/pc532/pc532: pmap.c
        syssrc/sys/arch/sh3/sh3: pmap.c
        syssrc/sys/arch/x86_64/x86_64: pmap.c

Log Message:
avoid accounting errors in pmap_enter() by only updating the counters
once the operation can no longer fail.  fixes PR 16028.


To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.68 -r1.69 syssrc/sys/arch/pc532/pc532/pmap.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/sh3/sh3/pmap.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/x86_64/x86_64/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