summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2005-11-21 19:06:25 +0000
committercognet <cognet@FreeBSD.org>2005-11-21 19:06:25 +0000
commita8a5013350da15cb04c409cc0f05d828c43d7f7a (patch)
tree3b14f6074a4139bf0b01cc88be989121281c214b /sys/arm/include
parent1a3808ebdf7e81e64227c3d14cc6846d975b0876 (diff)
downloadFreeBSD-src-a8a5013350da15cb04c409cc0f05d828c43d7f7a.zip
FreeBSD-src-a8a5013350da15cb04c409cc0f05d828c43d7f7a.tar.gz
Add an alternate ID for the arm920t (the real solution is to have
per-cpu class masks, but oh well).
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/armreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/include/armreg.h b/sys/arm/include/armreg.h
index 489a8ed..1d0cb42 100644
--- a/sys/arm/include/armreg.h
+++ b/sys/arm/include/armreg.h
@@ -129,6 +129,7 @@
/* Post-ARM7 CPUs */
#define CPU_ID_ARM810 0x41018100
#define CPU_ID_ARM920T 0x41129200
+#define CPU_ID_ARM920T_ALT 0x41009200
#define CPU_ID_ARM922T 0x41029220
#define CPU_ID_ARM940T 0x41029400 /* XXX no MMU */
#define CPU_ID_ARM946ES 0x41049460 /* XXX no MMU */
OpenPOWER on IntegriCloud