From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> Reviewed-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> Message-id: 1400980132-25949-15-git-send-email-edgar.igles...@gmail.com Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- target-arm/cpu.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 75a4ed8..b14fac5 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -634,6 +634,7 @@ enum arm_features { ARM_FEATURE_CRC, /* ARMv8 CRC instructions */ ARM_FEATURE_CBAR_RO, /* has cp15 CBAR and it is read-only */ ARM_FEATURE_EL2, /* has EL2 Virtualization support */ + ARM_FEATURE_EL3, /* has EL3 Secure monitor support */ }; static inline int arm_feature(CPUARMState *env, int feature) -- 1.9.2