Subject: PR/36388 CVS commit: src/sys/arch/sparc64/conf
To: None <martin@NetBSD.org, gnats-admin@netbsd.org,>
From: Chuck Silvers <chs@netbsd.org>
List: netbsd-bugs
Date: 06/04/2007 04:55:04
The following reply was made to PR port-sparc64/36388; it has been noted by GNATS.

From: Chuck Silvers <chs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36388 CVS commit: src/sys/arch/sparc64/conf
Date: Mon,  4 Jun 2007 04:53:44 +0000 (UTC)

 Module Name:	src
 Committed By:	chs
 Date:		Mon Jun  4 04:53:44 UTC 2007
 
 Modified Files:
 	src/sys/arch/sparc64/conf: Makefile.sparc64 kern.ldscript
 	    kern32.ldscript
 
 Log Message:
 instead of specifying the start of the data section in the makefile,
 just round it up to the next 4MB boundary in the ldscript.
 this prevents parts of the kernel-image range from being left unmapped.
 fixes PR 36388.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.62 -r1.63 src/sys/arch/sparc64/conf/Makefile.sparc64
 cvs rdiff -r1.8 -r1.9 src/sys/arch/sparc64/conf/kern.ldscript
 cvs rdiff -r1.7 -r1.8 src/sys/arch/sparc64/conf/kern32.ldscript
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.