From 7227dabfeb74d8a4f3826b29f4174d637d1939af Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sun, 28 Jan 2024 20:41:31 +0100 Subject: [PATCH] lantiq: replace patch with upstream version Replace recently added patch with version accepted upstream. Signed-off-by: Aleksander Jan Bajkowski --- ...-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename target/linux/lantiq/patches-5.15/{0321-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch => 0321-v6.8-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch} (86%) diff --git a/target/linux/lantiq/patches-5.15/0321-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch b/target/linux/lantiq/patches-5.15/0321-v6.8-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch similarity index 86% rename from target/linux/lantiq/patches-5.15/0321-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch rename to target/linux/lantiq/patches-5.15/0321-v6.8-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch index 78043545b06..5339350e2f8 100644 --- a/target/linux/lantiq/patches-5.15/0321-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch +++ b/target/linux/lantiq/patches-5.15/0321-v6.8-MIPS-lantiq-register-smp_ops-on-non-smp-platforms.patch @@ -1,6 +1,6 @@ -From 6e8d8b183accefae42c62f1bd495a405ce454c7d Mon Sep 17 00:00:00 2001 +From 4bf2a626dc4bb46f0754d8ac02ec8584ff114ad5 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski -Date: Sun, 21 Jan 2024 18:36:23 +0100 +Date: Mon, 22 Jan 2024 19:47:09 +0100 Subject: [PATCH] MIPS: lantiq: register smp_ops on non-smp platforms Lantiq uses a common kernel config for devices with 24Kc and 34Kc cores. @@ -11,6 +11,7 @@ SMP enabled. Fixes: 730320fd770d ("MIPS: lantiq: enable all hardware interrupts on second VPE") Signed-off-by: Aleksander Jan Bajkowski +Signed-off-by: Thomas Bogendoerfer --- arch/mips/lantiq/prom.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 2.30.2