1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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.
This commit is contained in:
Olivier Houchard 2006-11-30 23:30:40 +00:00
parent 03eab9f7a6
commit 2feb83cec2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164777

View File

@ -139,4 +139,7 @@
#define ARM_XSCALE_PMU 0 #define ARM_XSCALE_PMU 0
#endif #endif
#if defined(CPU_XSCALE_81342)
#define CPU_XSCALE_CORE3
#endif
#endif /* _MACHINE_CPUCONF_H_ */ #endif /* _MACHINE_CPUCONF_H_ */