Subject: CVS commit: src/sys/arch/sparc64/conf
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 06/04/2007 04:53:44
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.