]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: Move IP30 timer to request_percpu_irq()
authorMarc Zyngier <maz@kernel.org>
Wed, 10 Dec 2025 08:22:39 +0000 (08:22 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 15 Dec 2025 21:20:50 +0000 (22:20 +0100)
commita1eaca410a3cf533f8005d2959a7a8d9d8979f3e
tree90ab8551efcb3014cea3a34bbc386b8024883ad5
parente9b624ea31cc957b3a7798f89c20a80a8cbb0b73
MIPS: Move IP30 timer to request_percpu_irq()

Teach the SGI IP30 timer about request_percpu_irq(), which ultimately will
allow for the removal of the antiquated setup_percpu_irq() API.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20251210082242.360936-4-maz@kernel.org
arch/mips/include/asm/cevt-r4k.h
arch/mips/kernel/cevt-r4k.c
arch/mips/sgi-ip30/ip30-timer.c