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 6981876 commit 7c124fbCopy full SHA for 7c124fb
drivers/pci/probe.c
@@ -991,9 +991,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
991
else
992
pr_info("PCI host bridge to bus %s\n", name);
993
994
- if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
995
- dev_warn(&bus->dev, "Unknown NUMA node; performance will be reduced\n");
996
-
997
/* Check if the boot configuration by FW needs to be preserved */
998
bridge->preserve_config = pci_preserve_config(bridge);
999
0 commit comments