Subject: CVS commit: [netbsd-4] src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/30/2007 19:47:28
Module Name: src
Committed By: xtraeme
Date: Sun Sep 30 19:47:28 UTC 2007
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-4]: machdep.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #911):
sys/arch/sparc64/sparc64/machdep.c: revision 1.203 (via patch)
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.193 -r1.193.2.1 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.