perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/Broadwell
[deliverable/linux.git] / arch / x86 / kernel / cpu / perf_event_intel_uncore.c
index 21b5e38c921b7a78102a2adbabf06328b56dbf9b..c2af96716d62b80f96647a2759b237154a7489a2 100644 (file)
@@ -1209,6 +1209,11 @@ static int __init uncore_cpu_init(void)
                break;
        case 42: /* Sandy Bridge */
        case 58: /* Ivy Bridge */
+       case 60: /* Haswell */
+       case 69: /* Haswell */
+       case 70: /* Haswell */
+       case 61: /* Broadwell */
+       case 71: /* Broadwell */
                snb_uncore_cpu_init();
                break;
        case 45: /* Sandy Bridge-EP */
This page took 0.023941 seconds and 5 git commands to generate.