Source-Changes archive

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

CVS commit: [wrstuden-fixsa] src



Module Name:    src
Committed By:   skrll
Date:           Sun Dec 30 14:31:22 UTC 2007

Modified Files:
        src/lib/libkvm [wrstuden-fixsa]: kvm_sparc64.c
        src/sys/arch/sparc64/include [wrstuden-fixsa]: kcore.h
        src/sys/arch/sparc64/sparc64 [wrstuden-fixsa]: pmap.c

Log Message:
Apply changes from ticket #983.

Modified Files:
        src/sys/arch/sparc64/include: kcore.h
        src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
Extend the sparc64 cpu kcore segment so that it records all kernel mappings
done via locked 4 MB pages. The old format could only record physically
continous kernel text mappings.
For compatibility reasons, just extend the structure and fill in all the
old fields as well.

Modified Files:
        src/lib/libkvm: kvm_sparc64.c

Log Message:
Use the new sparc64 kcore cpu segment extensions to properly map VA/PAs
on kernels with more then 4 MB text/rodata segment.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.18.1 src/lib/libkvm/kvm_sparc64.c
cvs rdiff -r1.4 -r1.4.92.1 src/sys/arch/sparc64/include/kcore.h
cvs rdiff -r1.184.2.1.2.2 -r1.184.2.1.2.3 src/sys/arch/sparc64/sparc64/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