ARM: hwcaps: add new HWCAP defines for ARMv7-A
[pandora-kernel.git] / arch / arm / include / asm / hwcap.h
index 81512db..c93a22a 100644 (file)
 #define HWCAP_VFPv3    (1 << 13)
 #define HWCAP_VFPv3D16 (1 << 14)
 #define HWCAP_TLS      (1 << 15)
+#define HWCAP_VFPv4    (1 << 16)
+#define HWCAP_IDIVA    (1 << 17)
+#define HWCAP_IDIVT    (1 << 18)
+#define HWCAP_IDIV     (HWCAP_IDIVA | HWCAP_IDIVT)
 
 #if defined(__KERNEL__) && !defined(__ASSEMBLY__)
 /*