From: Paul Gortmaker Date: Fri, 18 Aug 2006 14:32:17 +0000 (+0100) Subject: [ARM] 3756/1: Assign value for HWCAP_IWMMXT X-Git-Tag: v3.12-rc1~34264^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a834635e8953839dba3f417a26414039b0c7c48;p=kernel%2Fkernel-generic.git [ARM] 3756/1: Assign value for HWCAP_IWMMXT Patch from Paul Gortmaker Some folks here at Wind River asked me if I'd push this out so that the value was generally agreed upon in advance by all folks interested in working with iWMMXt. Seems simple enough... Signed-off-by: Paul Gortmaker Signed-off-by: Russell King --- diff --git a/include/asm-arm/procinfo.h b/include/asm-arm/procinfo.h index edb7b65..91a31ad 100644 --- a/include/asm-arm/procinfo.h +++ b/include/asm-arm/procinfo.h @@ -55,5 +55,6 @@ extern unsigned int elf_hwcap; #define HWCAP_VFP 64 #define HWCAP_EDSP 128 #define HWCAP_JAVA 256 +#define HWCAP_IWMMXT 512 #endif