]> git.ipfire.org Git - thirdparty/linux.git/commit
clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()
authorMarc Zyngier <maz@kernel.org>
Wed, 10 Dec 2025 08:22:41 +0000 (08:22 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 15 Dec 2025 21:20:51 +0000 (22:20 +0100)
commitbd04dae0791a8d44adc304d9787916fd4c539bb4
tree4713ce113e625f4ac9a1d6a27fa131e01a5ca377
parent7f92b583382a1eb4aaafed90d181464969e41656
clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()

Teach the MIPS GIC 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-6-maz@kernel.org
drivers/clocksource/mips-gic-timer.c