mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +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:
parent
03eab9f7a6
commit
2feb83cec2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164777
@ -139,4 +139,7 @@
|
||||
#define ARM_XSCALE_PMU 0
|
||||
#endif
|
||||
|
||||
#if defined(CPU_XSCALE_81342)
|
||||
#define CPU_XSCALE_CORE3
|
||||
#endif
|
||||
#endif /* _MACHINE_CPUCONF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user