aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/perf_event_intel_rapl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_rapl.c b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
index bf8e4a736d48..0e3754e450d9 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_rapl.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
@@ -615,6 +615,7 @@ static int __init rapl_pmu_init(void)
615 case 42: /* Sandy Bridge */ 615 case 42: /* Sandy Bridge */
616 case 58: /* Ivy Bridge */ 616 case 58: /* Ivy Bridge */
617 case 60: /* Haswell */ 617 case 60: /* Haswell */
618 case 69: /* Haswell-Celeron */
618 rapl_cntr_mask = RAPL_IDX_CLN; 619 rapl_cntr_mask = RAPL_IDX_CLN;
619 rapl_pmu_events_group.attrs = rapl_events_cln_attr; 620 rapl_pmu_events_group.attrs = rapl_events_cln_attr;
620 break; 621 break;