]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86/intel/uncore: Remove PCIe3 unit for SNR
authorKan Liang <kan.liang@linux.intel.com>
Thu, 16 Jan 2020 20:02:10 +0000 (12:02 -0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 17 Jan 2020 10:33:38 +0000 (11:33 +0100)
commitd6068d685ab5820025dd4a91580e6937c68ec91c
tree0ea77cff4063dd4958b4bc4af07b8dbac6ff00b2
parent94b0c36e827a664a08bfec0c13ff11e8556588ee
perf/x86/intel/uncore: Remove PCIe3 unit for SNR

The PCIe Root Port driver for CPU Complex PCIe Root Ports are not
loaded on SNR.

The device ID for SNR PCIe3 unit is used by both uncore driver and the
PCIe Root Port driver. If uncore driver is loaded, the PCIe Root Port
driver never be probed.

Remove the PCIe3 unit for SNR for now. The support for PCIe3 unit will
be added later separately.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20200116200210.18937-2-kan.liang@linux.intel.com
arch/x86/events/intel/uncore_snbep.c