Correct HWCAP_VFP3* values to match Linux.
Reviewed by: andrew, ian MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D12388
This commit is contained in:
parent
55e5a5c1f4
commit
1e159074cb
@ -117,8 +117,8 @@ __ElfType(Auxinfo);
|
||||
|
||||
/* Flags passed in AT_HWCAP. */
|
||||
#define HWCAP_VFP 0x00000040
|
||||
#define HWCAP_VFPv3 0x00000200
|
||||
#define HWCAP_VFPv3D16 0x00000400
|
||||
#define HWCAP_VFPv3 0x00002000
|
||||
#define HWCAP_VFPv3D16 0x00004000
|
||||
#define HWCAP_VFPD32 0x00080000
|
||||
|
||||
#endif /* !_MACHINE_ELF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user