MIPS: Convert the irq functions to the new names
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -109,10 +109,10 @@ void __init mips_cpu_irq_init(void)
|
||||
*/
|
||||
if (cpu_has_mipsmt)
|
||||
for (i = irq_base; i < irq_base + 2; i++)
|
||||
set_irq_chip_and_handler(i, &mips_mt_cpu_irq_controller,
|
||||
irq_set_chip_and_handler(i, &mips_mt_cpu_irq_controller,
|
||||
handle_percpu_irq);
|
||||
|
||||
for (i = irq_base + 2; i < irq_base + 8; i++)
|
||||
set_irq_chip_and_handler(i, &mips_cpu_irq_controller,
|
||||
irq_set_chip_and_handler(i, &mips_cpu_irq_controller,
|
||||
handle_percpu_irq);
|
||||
}
|
||||
|
Reference in New Issue
Block a user