
From: Christoph Hellwig <hch@lst.de>

Acked by Mikael Starvik.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/cris/kernel/irq.c |    5 -----
 1 files changed, 5 deletions(-)

diff -puN arch/cris/kernel/irq.c~remove-bogus-softirq_pending-usage-in-cris arch/cris/kernel/irq.c
--- 25/arch/cris/kernel/irq.c~remove-bogus-softirq_pending-usage-in-cris	2005-01-16 14:39:53.478613696 -0800
+++ 25-akpm/arch/cris/kernel/irq.c	2005-01-16 14:39:53.481613240 -0800
@@ -158,11 +158,6 @@ asmlinkage void do_IRQ(int irq, struct p
 		local_irq_disable();
         }
         irq_exit();
-
-	if (softirq_pending(cpu))
-                do_softirq();
-
-        /* unmasking and bottom half handling is done magically for us. */
 }
 
 /* this function links in a handler into the chain of handlers for the
_
