mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 02:16:59 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
836 B
Diff
25 lines
836 B
Diff
From e9619b20eb7987f5e949b4b5b5a5452aa42aa1f0 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
|
|
@@ -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);
|
|
|