mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ooops arm10 is armv5, not armv4.
Submitted by: kevlo
This commit is contained in:
parent
87adbb81cc
commit
c712f1ef5b
1 changed files with 3 additions and 3 deletions
|
|
@ -57,15 +57,15 @@
|
|||
*/
|
||||
|
||||
#if (defined(CPU_ARM7TDMI) || defined(CPU_ARM8) || defined(CPU_ARM9) || \
|
||||
defined(CPU_ARM10) || defined(CPU_SA110) || defined(CPU_SA1100) || \
|
||||
defined(CPU_SA1110) || defined(CPU_IXP12X0) || defined(CPU_XSCALE_IXP425))
|
||||
defined(CPU_SA110) || defined(CPU_SA1100) || defined(CPU_SA1110) || \
|
||||
defined(CPU_IXP12X0) || defined(CPU_XSCALE_IXP425))
|
||||
#define ARM_ARCH_4 1
|
||||
#else
|
||||
#define ARM_ARCH_4 0
|
||||
#endif
|
||||
|
||||
#if (defined(CPU_XSCALE_80200) || defined(CPU_XSCALE_80321) || \
|
||||
defined(CPU_XSCALE_PXA2X0))
|
||||
defined(CPU_XSCALE_PXA2X0)) || defined(CPU_ARM10)
|
||||
#define ARM_ARCH_5 1
|
||||
#else
|
||||
#define ARM_ARCH_5 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue