Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/09/2002 23:30:58
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Mar  9 21:30:58 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm: cpufunc.c
	syssrc/sys/arch/arm/arm32: cpu.c
	syssrc/sys/arch/arm/include: cpu.h cpus.h

Log Message:
Replace cpu_id and cpu_ctrl in struct _cpu with ci_cpuid and ci_ctrl in
struct cpu_info.  Also kill the cpuctrl global while we're here, and make
identify_arm_cpu() take a struct cpu_info * as an argument alongside the CPU
number.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/arm/arm/cpufunc.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/arm/arm32/cpu.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/arm/include/cpu.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm/include/cpus.h

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