Subject: CVS commit: src/sys/arch/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/05/2007 00:43:41
Module Name:	src
Committed By:	martin
Date:		Mon Nov  5 00:43:41 UTC 2007

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.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/sparc64/include/kcore.h
cvs rdiff -r1.200 -r1.201 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.