ramips: refresh patches

Refreshed patches by running: make target/linux/refresh

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/22810
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Mieczyslaw Nalewaj 2026-04-06 13:36:25 +02:00 committed by Hauke Mehrtens
parent 5213918c3d
commit ef584a3632
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Signed-off-by: Rany Hany <rany_hany@riseup.net>
--- a/arch/mips/kernel/smp.c
+++ b/arch/mips/kernel/smp.c
@@ -416,7 +416,17 @@ static void stop_this_cpu(void *dummy)
@@ -427,7 +427,17 @@ static void stop_this_cpu(void *dummy)
void smp_send_stop(void)
{

View File

@ -25,7 +25,7 @@ Signed-off-by: Rany Hany <rany_hany@riseup.net>
#include <asm/mips-cps.h>
#include <asm/mmu_context.h>
#include <asm/time.h>
@@ -402,6 +403,8 @@ asmlinkage void start_secondary(void)
@@ -413,6 +414,8 @@ asmlinkage void start_secondary(void)
cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
}
@ -34,7 +34,7 @@ Signed-off-by: Rany Hany <rany_hany@riseup.net>
static void stop_this_cpu(void *dummy)
{
/*
@@ -411,13 +414,66 @@ static void stop_this_cpu(void *dummy)
@@ -422,13 +425,66 @@ static void stop_this_cpu(void *dummy)
set_cpu_online(smp_processor_id(), false);
calculate_cpu_foreign_map();
local_irq_disable();