Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/arm
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.
Home |
Main Index |
Thread Index |
Old Index