mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Revert "PCI: Warn if no host bridge NUMA node info"
This reverts commit ad5086108b.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -1059,9 +1059,6 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
|
|||||||
else
|
else
|
||||||
pr_info("PCI host bridge to bus %s\n", name);
|
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 */
|
/* Check if the boot configuration by FW needs to be preserved */
|
||||||
bridge->preserve_config = pci_preserve_config(bridge);
|
bridge->preserve_config = pci_preserve_config(bridge);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user