summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-11-30 23:30:40 +0000
committercognet <cognet@FreeBSD.org>2006-11-30 23:30:40 +0000
commit126947ef1efbddc3d0061d14a8c579ba3ca09e29 (patch)
tree3f83a16b1aa5ebcf4178fa88a9b4be371802ff2a /sys/arm
parent15c02497e5bfe211fbb9da19f6e3f1b10fcb441f (diff)
downloadFreeBSD-src-126947ef1efbddc3d0061d14a8c579ba3ca09e29.zip
FreeBSD-src-126947ef1efbddc3d0061d14a8c579ba3ca09e29.tar.gz
Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than
regular Xscale (it has no mini data cache, has armv6-style 16MB supersections, and can address 36bits). Define it for i81342.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/cpuconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/include/cpuconf.h b/sys/arm/include/cpuconf.h
index 88990f5..b3258e4 100644
--- a/sys/arm/include/cpuconf.h
+++ b/sys/arm/include/cpuconf.h
@@ -139,4 +139,7 @@
#define ARM_XSCALE_PMU 0
#endif
+#if defined(CPU_XSCALE_81342)
+#define CPU_XSCALE_CORE3
+#endif
#endif /* _MACHINE_CPUCONF_H_ */
OpenPOWER on IntegriCloud