Subject: CVS commit: [netbsd-4] src/sys/arch/sparc64/conf
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/05/2007 20:22:33
Module Name:	src
Committed By:	bouyer
Date:		Tue Jun  5 20:22:33 UTC 2007

Modified Files:
	src/sys/arch/sparc64/conf [netbsd-4]: Makefile.sparc64 kern.ldscript
	    kern32.ldscript

Log Message:
Pull up following revision(s) (requested by martin in ticket #700):
	sys/arch/sparc64/conf/kern32.ldscript: revision 1.8
	sys/arch/sparc64/conf/kern.ldscript: revision 1.9
	sys/arch/sparc64/conf/Makefile.sparc64: revision 1.63
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.62.12.1 src/sys/arch/sparc64/conf/Makefile.sparc64
cvs rdiff -r1.7 -r1.7.24.1 src/sys/arch/sparc64/conf/kern.ldscript
cvs rdiff -r1.6 -r1.6.24.1 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.