Subject: CVS commit: src/sys/arch/acorn32/stand/boot32
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/25/2006 15:09:00
Module Name:	src
Committed By:	bjh21
Date:		Sat Mar 25 15:09:00 UTC 2006

Modified Files:
	src/sys/arch/acorn32/stand/boot32: boot32.c

Log Message:
Don't rely on first_mapped_PODRAM_page_index being zero on systems without
PODRAM, especially since it's initialised to -1.  Instead, use
(podram_blocks != 0) to decide when to use it.  This still doesn't make
my Risc PC boot, but it generates a believable relocation table now.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/acorn32/stand/boot32/boot32.c

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