[MIPS] Remove unused rm9k_cpu_irq_disable()
rm9k_cpu_irq_disable() is unused since commit
1603b5aca4
. Remove it.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
62d0cfcb27
commit
b6ec8f069b
|
@ -39,15 +39,6 @@ static inline void rm9k_cpu_irq_enable(unsigned int irq)
|
||||||
local_irq_restore(flags);
|
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.
|
* Performance counter interrupts are global on all processors.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue