projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f05e4
)
target-arm: remind to keep arm features in sync with linux-user/elfload.c
author
Benoit Canet
<benoit.canet@gmail.com>
Wed, 9 Nov 2011 07:32:59 +0000
(07:32 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Sat, 21 Apr 2012 18:04:51 +0000
(18:04 +0000)
Signed-off-by: Benoit Canet <benoit.canet@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
patch
|
blob
|
history
diff --git
a/target-arm/cpu.h
b/target-arm/cpu.h
index c208c804aaad698a2f958f453d26fbca061c79e7..d2f5c760f524de5f4cbd47896facd7b79d4bc38d 100644
(file)
--- a/
target-arm/cpu.h
+++ b/
target-arm/cpu.h
@@
-360,6
+360,10
@@
enum arm_cpu_mode {
#define ARM_IWMMXT_wCGR2 10
#define ARM_IWMMXT_wCGR3 11
+/* If adding a feature bit which corresponds to a Linux ELF
+ * HWCAP bit, remember to update the feature-bit-to-hwcap
+ * mapping in linux-user/elfload.c:get_elf_hwcap().
+ */
enum arm_features {
ARM_FEATURE_VFP,
ARM_FEATURE_AUXCR, /* ARM1026 Auxiliary control register. */