]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: loongson64: Drop call to irq_cpu_offline()
authorMarc Zyngier <maz@kernel.org>
Thu, 21 Oct 2021 17:04:12 +0000 (18:04 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 26 Oct 2021 10:18:33 +0000 (11:18 +0100)
commitc3f99dd22f5ccf717ee81aed04f634c3a2ab525c
tree1f5eb40b2a0d5b3d7e16afed2cb9df069962855f
parent696eccc0552897ad8058bb8f35bfc0a0982d3bed
MIPS: loongson64: Drop call to irq_cpu_offline()

Also loongson64 calls irq_cpu_offline(), none of its interrupt
controllers implement the .irq_cpu_offline callback.

It is thus obvious that this call only serves the dubious purpose
of wasting precious CPU cycles by iterating over all interrupts.

Get rid of the call altogether.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Serge Semin <fancer.lancer@gmail.com>
Link: https://lore.kernel.org/r/20211021170414.3341522-2-maz@kernel.org
arch/mips/loongson64/smp.c