Files
eternalwrt-mt798x/target/linux/bcm27xx/patches-6.18/0007-Revert-PCI-Warn-if-no-host-bridge-NUMA-node-info.patch
T
Joshua CovingtonandJonas Jelonek 41ab1ae610 bcm27xx: refresh patches
Refresh patches

Signed-off-by: Joshua Covington <joshuacov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23703
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-07-07 08:48:38 +02:00

25 lines
838 B
Diff

From 66991af76bebd0da2cb9b8ead0a7971c81877e52 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
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 <phil@raspberrypi.com>
---
drivers/pci/probe.c | 3 ---
1 file changed, 3 deletions(-)
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1057,9 +1057,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);