Skip to content

Commit 7c124fb

Browse files
pelwellpopcornmix
authored andcommitted
Revert "PCI: Warn if no host bridge NUMA node info"
This reverts commit ad50861. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 6981876 commit 7c124fb

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
@@ -991,9 +991,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
991991
else
992992
pr_info("PCI host bridge to bus %s\n", name);
993993

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-
997994
/* Check if the boot configuration by FW needs to be preserved */
998995
bridge->preserve_config = pci_preserve_config(bridge);
999996

0 commit comments

Comments
 (0)