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
#endif
#if defined(CPU_XSCALE_81342)
#define CPU_XSCALE_CORE3
#endif
#endif /* _MACHINE_CPUCONF_H_ */