public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] remove bogus softirq_pending() usage in cris
@ 2005-01-16 11:58 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2005-01-16 11:58 UTC (permalink / raw)
  To: akpm; +Cc: starvik, linux-kernel

Acked by Mikael Starvik.


--- 1.17/arch/cris/kernel/irq.c	2004-10-20 10:37:14 +02:00
+++ edited/arch/cris/kernel/irq.c	2005-01-07 12:26:22 +01:00
@@ -158,11 +158,6 @@
 		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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-16 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 11:58 [PATCH 1/3] remove bogus softirq_pending() usage in cris Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox