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 22:49:36
Module Name: src
Committed By: bjh21
Date: Thu Oct 26 22:49:36 UTC 2006
Modified Files:
src/sys/arch/arm/include: ofw.h
src/sys/arch/arm/ofw: ofwgencfg_machdep.c
src/sys/arch/shark/shark: shark_machdep.c
Log Message:
Change the type of initarm() on OFW-based ARM systems to match other non-hpcarm
ports. This seems sensible since all of them call it from the same locore.S.
This makes NetBSD/shark GENERIC compile.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/include/ofw.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/arm/ofw/ofwgencfg_machdep.c
cvs rdiff -r1.25 -r1.26 src/sys/arch/shark/shark/shark_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.