Go to the documentation of this file.
12 #ifndef __UNICORE_HWCAP_H__
13 #define __UNICORE_HWCAP_H__
19 #define HWCAP_UNICORE16 2
21 #define HWCAP_UNICORE_F64 8
22 #define HWCAP_TLS 0x80
24 #if defined(__KERNEL__) && !defined(__ASSEMBLY__)
29 #define ELF_HWCAP (HWCAP_CMOV | HWCAP_UNICORE_F64)