diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-12-18 00:59:10 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-18 00:14:54 +0000 |
commit | 99e4a6dda9dc4b863773c0a5857b762474b817cf (patch) | |
tree | 2e2250c0612ba46ce848b629e8f985a4882adc4b /include/asm-arm | |
parent | 9bcb533c1338813085b0a35a6dd0887eb5a5af67 (diff) | |
download | linux-99e4a6dda9dc4b863773c0a5857b762474b817cf.tar.bz2 |
[ARM] 4054/1: ep93xx: add HWCAP_CRUNCH
Add HWCAP_CRUNCH so that the dynamic linker knows whether it can
use Crunch-optimised libraries or not.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/elf.h b/include/asm-arm/elf.h index 642382d2c9f0..3679a8a8922e 100644 --- a/include/asm-arm/elf.h +++ b/include/asm-arm/elf.h @@ -52,6 +52,7 @@ typedef struct user_fp elf_fpregset_t; #define HWCAP_EDSP 128 #define HWCAP_JAVA 256 #define HWCAP_IWMMXT 512 +#define HWCAP_CRUNCH 1024 #ifdef __KERNEL__ #ifndef __ASSEMBLY__ |