diff options
-rw-r--r-- | arch/mips/kernel/irq-rm9000.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/kernel/irq-rm9000.c b/arch/mips/kernel/irq-rm9000.c index 0e6f4c5349d2..2e68e4b639f7 100644 --- a/arch/mips/kernel/irq-rm9000.c +++ b/arch/mips/kernel/irq-rm9000.c | |||
@@ -39,15 +39,6 @@ static inline void rm9k_cpu_irq_enable(unsigned int irq) | |||
39 | local_irq_restore(flags); | 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 | * Performance counter interrupts are global on all processors. | 43 | * Performance counter interrupts are global on all processors. |
53 | */ | 44 | */ |