Module Name: src Committed By: matt Date: Sun Jun 12 05:32:38 UTC 2011
Modified Files: src/sys/arch/powerpc/booke: booke_pmap.c trap.c src/sys/common/pmap/tlb: pmap.c pmap.h Log Message: For debugging, use UVMHIST to create kernel histories pmaphist and pmapexechist. This replaces the old pmapdebug/PDB stuff. In ddb, you can just use kernhist_dump(pmaphist) to view the history or vmstat -H from userland. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/booke/booke_pmap.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/booke/trap.c cvs rdiff -u -r1.4 -r1.5 src/sys/common/pmap/tlb/pmap.c cvs rdiff -u -r1.3 -r1.4 src/sys/common/pmap/tlb/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.