* [PATCH] Remove unused rm9k_cpu_irq_disable()
@ 2007-01-07 15:20 Atsushi Nemoto
2007-01-08 15:10 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2007-01-07 15:20 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
rm9k_cpu_irq_disable() is unused since commit
1603b5aca4f15b34848fb5594d0c7b6333b99144. Remove it.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/kernel/irq-rm9000.c b/arch/mips/kernel/irq-rm9000.c
index 0e6f4c5..2e68e4b 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(u
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.
*/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove unused rm9k_cpu_irq_disable()
2007-01-07 15:20 [PATCH] Remove unused rm9k_cpu_irq_disable() Atsushi Nemoto
@ 2007-01-08 15:10 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-01-08 15:10 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Mon, Jan 08, 2007 at 12:20:24AM +0900, Atsushi Nemoto wrote:
> rm9k_cpu_irq_disable() is unused since commit
> 1603b5aca4f15b34848fb5594d0c7b6333b99144. Remove it.
Queued for 2.6.21,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-08 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-07 15:20 [PATCH] Remove unused rm9k_cpu_irq_disable() Atsushi Nemoto
2007-01-08 15:10 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.