aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/procinfo.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@gmail.com>2006-08-18 15:32:17 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-08-18 15:32:17 +0100
commit3a834635e8953839dba3f417a26414039b0c7c48 (patch)
tree2b4d475387ed30514cc05be3cf98458ca56dd77a /include/asm-arm/procinfo.h
parent[ARM] 3755/1: dmabounce: fix return value for find_safe_buffer (diff)
downloadlinux-dev-3a834635e8953839dba3f417a26414039b0c7c48.tar.xz
linux-dev-3a834635e8953839dba3f417a26414039b0c7c48.zip
[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 <paul.gortmaker@windriver.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/procinfo.h')
-rw-r--r--include/asm-arm/procinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/procinfo.h b/include/asm-arm/procinfo.h
index edb7b6502fcf..91a31adfa8a8 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