Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 09/30/2007 12:06:14
Module Name:	src
Committed By:	martin
Date:		Sun Sep 30 12:06:14 UTC 2007

Modified Files:
	src/sys/arch/sparc64/sparc64: machdep.c

Log Message:
When calculating memory sizes and related values for kernel dumps,
consistently use uint64_t. Fixes crash dumps on machines with > 2GB
memory. Found by Chris Ross.
While there, remove a #if 0'd part of code that prevented the first
physical memory page to be dumped - I'll solve that differently.


To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 src/sys/arch/sparc64/sparc64/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.