Subject: CVS commit: syssrc/sys/arch/amiga/amiga
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 06/05/2002 07:29:30
Module Name:	syssrc
Committed By:	mhitch
Date:		Wed Jun  5 04:29:30 UTC 2002

Modified Files:
	syssrc/sys/arch/amiga/amiga: amiga_init.c

Log Message:
Setting chipmem_start and chipmem_end to the same value (size of chip
memory) greatly confuses the chip memory allocator and can prevent
some systems from even starting the kernel.  Remove the initialization
of chipmem_start (it's initialized in locore.s).


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 syssrc/sys/arch/amiga/amiga/amiga_init.c

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