diff --git a/common/feat_detect.c b/common/feat_detect.c index 09088c93d..8e3e3ddba 100644 --- a/common/feat_detect.c +++ b/common/feat_detect.c @@ -289,7 +289,7 @@ void detect_arch_features(void) * revisions so that we catch them as they come along */ check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), - "PMUv3", 1, ID_AA64DFR0_PMUVER_PMUV3P7); + "PMUv3", 1, ID_AA64DFR0_PMUVER_PMUV3P8); /* v8.1 features */ check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), "PAN", 1, 3); diff --git a/include/arch/aarch64/arch.h b/include/arch/aarch64/arch.h index 4eb54ed84..df0dcc30f 100644 --- a/include/arch/aarch64/arch.h +++ b/include/arch/aarch64/arch.h @@ -238,7 +238,7 @@ #define ID_AA64DFR0_PMUVER_SHIFT U(8) #define ID_AA64DFR0_PMUVER_MASK U(0xf) #define ID_AA64DFR0_PMUVER_PMUV3 U(1) -#define ID_AA64DFR0_PMUVER_PMUV3P7 U(7) +#define ID_AA64DFR0_PMUVER_PMUV3P8 U(8) #define ID_AA64DFR0_PMUVER_IMP_DEF U(0xf) /* ID_AA64DFR0_EL1.SEBEP definitions */