]> git.ipfire.org Git - thirdparty/kernel/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)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 20 Jan 2026 17:07:24 +0000 (18:07 +0100)
commita83f9c04be4e807d1c3961eec3fe3310c60ed9aa
tree792d46316b203c64772e84a7b3d4ebc4df997cc5
parent694921a93f3e3621e067afc545cedf6fe3b234a9
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: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/20251210082242.360936-6-maz@kernel.org
drivers/clocksource/mips-gic-timer.c