diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 23:43:06 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 23:43:06 +0200 |
commit | d7f864be8323e5394040e2877594645b0e7da85d (patch) | |
tree | 55ecf960706be9a4ee0c7804c57c7f5d30e0f1f7 /include/asm-arm/hwcap.h | |
parent | Linux 2.6.25-rc7 (diff) | |
download | linux-d7f864be8323e5394040e2877594645b0e7da85d.tar.xz linux-d7f864be8323e5394040e2877594645b0e7da85d.zip |
ARMv7: Add support for the ThumbEE state saving/restoring
This patch adds the detection and handling of the ThumbEE extension on
ARMv7 CPUs.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'include/asm-arm/hwcap.h')
-rw-r--r-- | include/asm-arm/hwcap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/hwcap.h b/include/asm-arm/hwcap.h index 01a1391d3014..81f4c899a555 100644 --- a/include/asm-arm/hwcap.h +++ b/include/asm-arm/hwcap.h @@ -15,6 +15,7 @@ #define HWCAP_JAVA 256 #define HWCAP_IWMMXT 512 #define HWCAP_CRUNCH 1024 +#define HWCAP_THUMBEE 2048 #if defined(__KERNEL__) && !defined(__ASSEMBLY__) /* |