Subject: CVS commit: src/sys/arch/hpc/hpc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/22/2004 23:10:55
Module Name:	src
Committed By:	uwe
Date:		Mon Mar 22 23:10:55 UTC 2004

Modified Files:
	src/sys/arch/hpc/hpc: kloader.c

Log Message:
We cannot rely on bootinfo to remain valid after the 2nd stage boot
code has copied the new kernel in place, so pass a copy of bootinfo
to the new kernel via "page tags".

Restructure the code to fill "page tags" to make it more generic and
more natural to use (especially in anticipation of ksyms support).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/hpc/hpc/kloader.c

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