Skip to content

Commit

Permalink
Revert "PCI: Warn if no host bridge NUMA node info"
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
popcornmix committed Dec 10, 2024
1 parent 448a2db commit 2362b95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
else
pr_info("PCI host bridge to bus %s\n", name);

if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
dev_warn(&bus->dev, "Unknown NUMA node; performance will be reduced\n");

/* Coalesce contiguous windows */
resource_list_for_each_entry_safe(window, n, &resources) {
if (list_is_last(&window->node, &resources))
Expand Down

0 comments on commit 2362b95

Please sign in to comment.