Skip to content

Commit 7466625

Browse files
committed
Revert "PCI: Warn if no host bridge NUMA node info"
This warning doesn't mean anyting on our platform and the warning causes confusion. See: https://forums.raspberrypi.com/viewtopic.php?p=2276125#p2276125 This reverts commit ad50861. Signed-off-by: Dom Cobley <[email protected]>
1 parent 448a2db commit 7466625

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/pci/probe.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
968968
else
969969
pr_info("PCI host bridge to bus %s\n", name);
970970

971-
if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
972-
dev_warn(&bus->dev, "Unknown NUMA node; performance will be reduced\n");
973-
974971
/* Coalesce contiguous windows */
975972
resource_list_for_each_entry_safe(window, n, &resources) {
976973
if (list_is_last(&window->node, &resources))

0 commit comments

Comments
 (0)