diff options
| author | Srinivas Pandruvada <[email protected]> | 2021-07-27 09:50:52 -0700 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2021-08-12 09:25:38 +0200 |
| commit | d36d4a1d75d2a8bd14ec00d5cb0ce166f6886146 (patch) | |
| tree | 74decf783b4934ab9067541447c7175f1e6384e1 /scripts/gdb/linux/tasks.py | |
| parent | e184b1e589a7fbb80bfdd0364c11422999a17a26 (diff) | |
platform/x86: ISST: Fix optimization with use of numa
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: aa2ddd242572 ("platform/x86: ISST: Use numa node id for cpu pci dev mapping")
Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions