diff options
Diffstat (limited to 'arch/arm/include/asm/perf_event.h')
-rw-r--r-- | arch/arm/include/asm/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/perf_event.h b/arch/arm/include/asm/perf_event.h index 99cfe3607989..ee7c056be3f4 100644 --- a/arch/arm/include/asm/perf_event.h +++ b/arch/arm/include/asm/perf_event.h | |||
@@ -26,6 +26,7 @@ enum arm_perf_pmu_ids { | |||
26 | ARM_PERF_PMU_ID_CA9, | 26 | ARM_PERF_PMU_ID_CA9, |
27 | ARM_PERF_PMU_ID_CA5, | 27 | ARM_PERF_PMU_ID_CA5, |
28 | ARM_PERF_PMU_ID_CA15, | 28 | ARM_PERF_PMU_ID_CA15, |
29 | ARM_PERF_PMU_ID_CA7, | ||
29 | ARM_NUM_PMU_IDS, | 30 | ARM_NUM_PMU_IDS, |
30 | }; | 31 | }; |
31 | 32 | ||