Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Remove unused rm9k_cpu_irq_disable()

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

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Atsushi Nemoto and committed by
Ralf Baechle
b6ec8f06 62d0cfcb

-9
-9
arch/mips/kernel/irq-rm9000.c
··· 39 39 local_irq_restore(flags); 40 40 } 41 41 42 - static void rm9k_cpu_irq_disable(unsigned int irq) 43 - { 44 - unsigned long flags; 45 - 46 - local_irq_save(flags); 47 - mask_rm9k_irq(irq); 48 - local_irq_restore(flags); 49 - } 50 - 51 42 /* 52 43 * Performance counter interrupts are global on all processors. 53 44 */