mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
d36d4a1d75
When numa is used to map CPU to PCI device, the optimized path to read
from cached data is not working and still calls _isst_if_get_pci_dev().
The reason is that when caching the mapping, numa information is not
available as it is read later. So move the assignment of
isst_cpu_info[cpu].numa_node before calling _isst_if_get_pci_dev().
Fixes:
|
||
---|---|---|
.. | ||
isst_if_common.c | ||
isst_if_common.h | ||
isst_if_mbox_msr.c | ||
isst_if_mbox_pci.c | ||
isst_if_mmio.c | ||
Kconfig | ||
Makefile |