Subject: CVS commit: src/sys/arch/sparc/stand/ofwboot
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 06/05/2007 08:52:20
Module Name:	src
Committed By:	martin
Date:		Tue Jun  5 08:52:20 UTC 2007

Modified Files:
	src/sys/arch/sparc/stand/ofwboot: boot.c boot.h loadfile_machdep.c
	    srt0.s version

Log Message:
Use the new loadfile() marker MARK_DATA to optimize the loaded kernel
mappings before calling the entry point - change text mappings to read
only and only insert those into the iTLB.
While there remove a few magic constants by information queried from
the firmware.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/sparc/stand/ofwboot/boot.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/sparc/stand/ofwboot/boot.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/sparc/stand/ofwboot/loadfile_machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/sparc/stand/ofwboot/srt0.s
cvs rdiff -r1.11 -r1.12 src/sys/arch/sparc/stand/ofwboot/version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.