From e9619b20eb7987f5e949b4b5b5a5452aa42aa1f0 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(-) --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -992,9 +992,6 @@ static int pci_register_host_bridge(stru 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);