We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448a2db commit 7466625Copy full SHA for 7466625
drivers/pci/probe.c
@@ -968,9 +968,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
968
else
969
pr_info("PCI host bridge to bus %s\n", name);
970
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
-
974
/* Coalesce contiguous windows */
975
resource_list_for_each_entry_safe(window, n, &resources) {
976
if (list_is_last(&window->node, &resources))
0 commit comments