Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/26/2006 23:31:47
Module Name:	src
Committed By:	bjh21
Date:		Thu Oct 26 23:31:47 UTC 2006

Modified Files:
	src/sys/arch/arm/include: bootconfig.h
	src/sys/arch/cats/include: bootconfig.h
	src/sys/arch/hpcarm/include: bootconfig.h
	src/sys/arch/shark/include: bootconfig.h

Log Message:
boot_file is not used by generic NetBSD/arm code, and its type varies by
MACHINE.  Thus, move it out of <arm/bootconfig.h> and put it into
<machine/bootconfig.h> on those MACHINEs (cats, hpcarm, and shark) where
it's used outside the file in which it's defined.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/include/bootconfig.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/cats/include/bootconfig.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/hpcarm/include/bootconfig.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/shark/include/bootconfig.h

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