Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6ec8f06 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] Remove unused rm9k_cpu_irq_disable()



rm9k_cpu_irq_disable() is unused since commit
1603b5ac.  Remove it.

Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 62d0cfcb
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -39,15 +39,6 @@ static inline void rm9k_cpu_irq_enable(unsigned int irq)
	local_irq_restore(flags);
}

static void rm9k_cpu_irq_disable(unsigned int irq)
{
	unsigned long flags;

	local_irq_save(flags);
	mask_rm9k_irq(irq);
	local_irq_restore(flags);
}

/*
 * Performance counter interrupts are global on all processors.
 */