mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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
This commit is contained in:
committed by
Thomas Gleixner
parent
e9b624ea31
commit
a1eaca410a
@@ -159,17 +159,6 @@ irqreturn_t c0_compare_interrupt(int irq, void *dev_id)
|
||||
return IRQ_NONE;
|
||||
}
|
||||
|
||||
struct irqaction c0_compare_irqaction = {
|
||||
.handler = c0_compare_interrupt,
|
||||
/*
|
||||
* IRQF_SHARED: The timer interrupt may be shared with other interrupts
|
||||
* such as perf counter and FDC interrupts.
|
||||
*/
|
||||
.flags = IRQF_PERCPU | IRQF_TIMER | IRQF_SHARED,
|
||||
.name = "timer",
|
||||
};
|
||||
|
||||
|
||||
void mips_event_handler(struct clock_event_device *dev)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user