aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-arm/asm/hwcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-arm/asm/hwcap.h')
-rw-r--r--original/uapi/asm-arm/asm/hwcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/original/uapi/asm-arm/asm/hwcap.h b/original/uapi/asm-arm/asm/hwcap.h
index b5971df..990199d 100644
--- a/original/uapi/asm-arm/asm/hwcap.h
+++ b/original/uapi/asm-arm/asm/hwcap.h
@@ -15,7 +15,7 @@
#define HWCAP_EDSP (1 << 7)
#define HWCAP_JAVA (1 << 8)
#define HWCAP_IWMMXT (1 << 9)
-#define HWCAP_CRUNCH (1 << 10)
+#define HWCAP_CRUNCH (1 << 10) /* Obsolete */
#define HWCAP_THUMBEE (1 << 11)
#define HWCAP_NEON (1 << 12)
#define HWCAP_VFPv3 (1 << 13)