Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc64/conf
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.
Home |
Main Index |
Thread Index |
Old Index