linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] superflous do_softirq invocation in cris do_IRQ()
@ 2004-09-12 11:19 Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2004-09-12 11:19 UTC (permalink / raw)
  To: bjornw; +Cc: dev-etrax, linux-kernel

irq_exit already does softirq processing, no need to do it a second
time.


--- 1.16/arch/cris/kernel/irq.c	2004-08-31 09:57:57 +02:00
+++ edited/arch/cris/kernel/irq.c	2004-09-11 21:21:15 +02:00
@@ -159,9 +159,6 @@
         }
         irq_exit();
 
-	if (softirq_pending(cpu))
-                do_softirq();
-
         /* unmasking and bottom half handling is done magically for us. */
 }
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [PATCH] superflous do_softirq invocation in cris do_IRQ()
       [not found] <BFECAF9E178F144FAEF2BF4CE739C668015F651B@exmail1.se.axis.com>
@ 2004-09-13  6:00 ` Mikael Starvik
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Starvik @ 2004-09-13  6:00 UTC (permalink / raw)
  To: 'Christoph Hellwig', Björn Wesén
  Cc: dev-etrax, linux-kernel

Great! That was a copy-paste from 2.4. Thanks for caring about CRIS!

/Mikael

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Christoph Hellwig
Sent: Sunday, September 12, 2004 1:20 PM
To: Björn Wesén
Cc: dev-etrax; linux-kernel@vger.kernel.org
Subject: [PATCH] superflous do_softirq invocation in cris do_IRQ()


irq_exit already does softirq processing, no need to do it a second
time.


--- 1.16/arch/cris/kernel/irq.c	2004-08-31 09:57:57 +02:00
+++ edited/arch/cris/kernel/irq.c	2004-09-11 21:21:15 +02:00
@@ -159,9 +159,6 @@
         }
         irq_exit();
 
-	if (softirq_pending(cpu))
-                do_softirq();
-
         /* unmasking and bottom half handling is done magically for us. */
 }
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-13  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-12 11:19 [PATCH] superflous do_softirq invocation in cris do_IRQ() Christoph Hellwig
     [not found] <BFECAF9E178F144FAEF2BF4CE739C668015F651B@exmail1.se.axis.com>
2004-09-13  6:00 ` Mikael Starvik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).