aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-10-28 13:34:57 +0100
committerMarc Zyngier <maz@kernel.org>2021-10-28 13:34:57 +0100
commit5f5739d5f736614d555e8a2ec36dc4518dfa820c (patch)
treee8879ee899c42d7bed579cdecf97a8b389a00628 /arch/mips
parentMerge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-next (diff)
parentgenirq: Hide irq_cpu_{on,off}line() behind a deprecated option (diff)
downloadlinux-dev-5f5739d5f736614d555e8a2ec36dc4518dfa820c.tar.xz
linux-dev-5f5739d5f736614d555e8a2ec36dc4518dfa820c.zip
Merge branch irq/irq_cpu_offline into irq/irqchip-next
* irq/irq_cpu_offline: : . : Make irq_cpu_{on,off}line() deprecated kernel API, and only : enable it for some obscure Cavium platform after having : moved all the other users away from it. : : Next step, drop the platform itself. : . genirq: Hide irq_cpu_{on,off}line() behind a deprecated option irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() MIPS: loongson64: Drop call to irq_cpu_offline() Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/loongson64/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/loongson64/smp.c b/arch/mips/loongson64/smp.c
index 09ebe84a17fe..660e1de4412a 100644
--- a/arch/mips/loongson64/smp.c
+++ b/arch/mips/loongson64/smp.c
@@ -550,7 +550,6 @@ static int loongson3_cpu_disable(void)
set_cpu_online(cpu, false);
calculate_cpu_foreign_map();
local_irq_save(flags);
- irq_cpu_offline();
clear_c0_status(ST0_IM);
local_irq_restore(flags);
local_flush_tlb_all();