]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[ARM] 3756/1: Assign value for HWCAP_IWMMXT
authorPaul Gortmaker <paul.gortmaker@gmail.com>
Fri, 18 Aug 2006 14:32:17 +0000 (15:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Aug 2006 14:32:17 +0000 (15:32 +0100)
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 <paul.gortmaker@windriver.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/procinfo.h

index edb7b6502fcf8c33d2a816b02ebf7e96012670cd..91a31adfa8a8ca50298088cb4031b3c21f200302 100644 (file)
@@ -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