perf/x86: enable Haswell Celeron RAPL support
[cascardo/linux.git] / arch / x86 / kernel / cpu / perf_event_intel_rapl.c
index bf8e4a7..0e3754e 100644 (file)
@@ -615,6 +615,7 @@ static int __init rapl_pmu_init(void)
        case 42: /* Sandy Bridge */
        case 58: /* Ivy Bridge */
        case 60: /* Haswell */
+       case 69: /* Haswell-Celeron */
                rapl_cntr_mask = RAPL_IDX_CLN;
                rapl_pmu_events_group.attrs = rapl_events_cln_attr;
                break;