Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a834635 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Russell King
Browse files

[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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e2785f0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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