aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-04 19:47:06 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-04 19:47:06 +0100
commit55117c35808f130f7ca05aee10ab0eb5d07eaafa (patch)
tree2d1e59f3631a292b1cf338277f2d40a3ceceeab4 /target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch
parentef6f3fbc8c95e9bc2d6e86b8eef77c5cb2dc8a6d (diff)
downloadupstream-55117c35808f130f7ca05aee10ab0eb5d07eaafa.tar.gz
upstream-55117c35808f130f7ca05aee10ab0eb5d07eaafa.tar.bz2
upstream-55117c35808f130f7ca05aee10ab0eb5d07eaafa.zip
bcm63xx: drop kernel 5.10 support
Now that the target is on kernel 5.15 this is no longer needed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch')
-rw-r--r--target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch b/target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch
deleted file mode 100644
index f25488575c..0000000000
--- a/target/linux/bcm63xx/patches-5.10/326-irqchip-bcm6345-report-eff-affinity.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/irqchip/irq-bcm6345-periph.c
-+++ b/drivers/irqchip/irq-bcm6345-periph.c
-@@ -186,6 +186,8 @@ static int bcm6345_periph_set_affinity(s
- }
- raw_spin_unlock_irqrestore(&priv->lock, flags);
-
-+ irq_data_update_effective_affinity(data, cpumask_of(cpu));
-+
- return 0;
- }
- #endif
-@@ -197,6 +199,8 @@ static int bcm6345_periph_map(struct irq
-
- irq_set_chip_and_handler(irq, &priv->chip, handle_level_irq);
-
-+ irqd_set_single_target(irq_desc_get_irq_data(irq_to_desc(irq)));
-+
- return 0;
- }
-