aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch
diff options
context:
space:
mode:
authorAleksander Jan Bajkowski <olek2@wp.pl>2021-09-11 23:24:35 +0200
committerMathias Kresin <dev@kresin.me>2021-11-27 21:45:04 +0100
commit1c68494f677c40966fdd5b86e4ac3d618a2f469d (patch)
tree95e5ee91b1ac85b335a0341889053b70e17f5f44 /target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch
parent2f3331ea7fec5bc53a2797a497ec76393bc07599 (diff)
downloadupstream-1c68494f677c40966fdd5b86e4ac3d618a2f469d.tar.gz
upstream-1c68494f677c40966fdd5b86e4ac3d618a2f469d.tar.bz2
upstream-1c68494f677c40966fdd5b86e4ac3d618a2f469d.zip
lantiq: drop kernel 5.4 support
The current state of the kernel 5.4 support is in the openwrt-21.02 branch. No need to keep a not default used kernel in this branch. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [VRX268/ bthub5]
Diffstat (limited to 'target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch')
-rw-r--r--target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch b/target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch
deleted file mode 100644
index 898c2d4821..0000000000
--- a/target/linux/lantiq/patches-5.4/0155-lantiq-VPE-nosmp.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/arch/mips/kernel/vpe-mt.c
-+++ b/arch/mips/kernel/vpe-mt.c
-@@ -132,7 +132,10 @@ int vpe_run(struct vpe *v)
- * kernels need to turn it on, even if that wasn't the pre-dvpe() state.
- */
- #ifdef CONFIG_SMP
-- evpe(vpeflags);
-+ if (!setup_max_cpus) /* nosmp is set */
-+ evpe(EVPE_ENABLE);
-+ else
-+ evpe(vpeflags);
- #else
- evpe(EVPE_ENABLE);
- #endif