]> 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)
commit00b1d214c26190628de141ce0db1e4bb2cb5a7a5
tree0ea77cff4063dd4958b4bc4af07b8dbac6ff00b2
parent7f5fa29d8cc023126693d54a5dbbc9aa4c868ada
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