diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-04-09 09:49:44 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-04-19 14:38:36 +0200 |
commit | 57a7595a289e80a34f166e66f3cf9191ef772eb3 (patch) | |
tree | dbf5a762cfab0cf7429b9104274fba7ef2646176 /target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch | |
parent | a656ea0bdb5d3d4a4948457942e84faa5a4f5cfe (diff) | |
download | upstream-57a7595a289e80a34f166e66f3cf9191ef772eb3.tar.gz upstream-57a7595a289e80a34f166e66f3cf9191ef772eb3.tar.bz2 upstream-57a7595a289e80a34f166e66f3cf9191ef772eb3.zip |
mvebu: drop linux 4.4 and 4.9 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch')
-rw-r--r-- | target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch b/target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch deleted file mode 100644 index 14cbb7beb5..0000000000 --- a/target/linux/mvebu/patches-4.9/130-irqchip-armada-xp-backport.patch +++ /dev/null @@ -1,17 +0,0 @@ -Backport a change that updates the effective affinity mask. The Armada IRQ -controller only supports setting the affinity to a single CPU, and the IRQ -subsystem needs to know about that. - -Signed-off-by: Felix Fietkau <nbd@nbd.name> ---- ---- a/drivers/irqchip/irq-armada-370-xp.c -+++ b/drivers/irqchip/irq-armada-370-xp.c -@@ -251,6 +251,8 @@ static int armada_xp_set_affinity(struct - writel(reg, main_int_base + ARMADA_370_XP_INT_SOURCE_CTL(hwirq)); - raw_spin_unlock(&irq_controller_lock); - -+ cpumask_copy(irq_data_get_affinity_mask(d), cpumask_of(cpu)); -+ - return IRQ_SET_MASK_OK; - } - #endif |