Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/29/2006 16:31:19
Module Name:	src
Committed By:	tsutsui
Date:		Wed Nov 29 16:31:19 UTC 2006

Modified Files:
	src/sys/arch/macppc/macppc: machdep.c

Log Message:
Get info of kernel symbol table from bootloader before calling consinit().
consinit() was moved before oea_init() in rev 1.136, but startsym and
endsym are not initialized at that point.
Now kernel symbols are usable (on ddb(4), ksyms(4) etc.) again on macppc.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/arch/macppc/macppc/machdep.c

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