mvebu: limit mvneta tx queue workaround to 32 bit SoC
authorTomasz Maciej Nowak <tmn505@gmail.com>
Mon, 12 Jul 2021 16:16:30 +0000 (18:16 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 9 Sep 2021 19:21:11 +0000 (21:21 +0200)
commit601864c09eae5b22620bc7942ceae13c2f081f1e
tree09022c9cf11649cf65ce7bb0f3a6e84efc55ec75
parent6f8143fa4af42144d2856fc3572c21bc6a50e4af
mvebu: limit mvneta tx queue workaround to 32 bit SoC

This patch has been carried since introduction throughout every kernel
major bump and no one has tested if the later kernels improved the
situation. The Armada 3720 SoC can only process GbE interrupts on Core 0
and this is already limited in all stable kernels, so ditch this
workaround for 64 bit SoCs.

Ref: https://git.kernel.org/torvalds/c/cf9bf871280d

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
(cherry picked from commit cbdd2b62e4d5e0572204c37d874d32dc8610840e)
target/linux/mvebu/patches-5.4/700-mvneta-tx-queue-workaround.patch