perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driver
[deliverable/linux.git] / arch / x86 / kernel / cpu / perf_event_intel_uncore_snb.c
index ca75e70865efa45fd8f2adab0647427020ad1cdb..4562e9e22c60600a89f706c3b8c3cfb269636060 100644 (file)
@@ -1,7 +1,11 @@
 /* Nehalem/SandBridge/Haswell uncore support */
 #include "perf_event_intel_uncore.h"
 
-/* Uncore IMC PCI Id */
+/* Uncore IMC PCI IDs */
+#define PCI_DEVICE_ID_INTEL_SNB_IMC    0x0100
+#define PCI_DEVICE_ID_INTEL_IVB_IMC    0x0154
+#define PCI_DEVICE_ID_INTEL_IVB_E3_IMC 0x0150
+#define PCI_DEVICE_ID_INTEL_HSW_IMC    0x0c00
 #define PCI_DEVICE_ID_INTEL_HSW_U_IMC  0x0a04
 
 /* SNB event control */
This page took 0.026421 seconds and 5 git commands to generate.