Subject: CVS commit: syssrc/sys/arch/sgimips/sgimips
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/15/2001 00:47:17
Module Name:	syssrc
Committed By:	mhitch
Date:		Wed Nov 14 22:47:17 UTC 2001

Modified Files:
	syssrc/sys/arch/sgimips/sgimips: machdep.c

Log Message:
When loadfile() leaves the ELF header at the end of the kernel, it enables
erroneous code that tries to compute the end of the symbol table.  Disable
that for now so that kernels don't hang when booted from the disk.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/sgimips/sgimips/machdep.c

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