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

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

Log Message:
Remove the cpu_class element from struct _cpu, and make it a local variable
in identify_arm_cpu(), since it's almost unused elsewhere.

Change the detection of bugged StrongARMs to use the cpu ID rather than the
class.  This turns "almost" into "entirely".


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/arm/arm32/cpu.c
cvs rdiff -r1.9 -r1.10 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.