From 095fe228f4b506612b8c2ca76ca5834f1ee17a18 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 1 Jan 2025 12:47:30 +0000 Subject: [PATCH] Revert "PCI: Warn if no host bridge NUMA node info" This reverts commit ad5086108b9f0361929aa9a79cf959ab5681d249. Signed-off-by: Phil Elwell --- drivers/pci/probe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 9cd032dff31e..ded6a7ad3de6 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -1059,9 +1059,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"); - /* Check if the boot configuration by FW needs to be preserved */ bridge->preserve_config = pci_preserve_config(bridge);