lkml.org 
[lkml]   [2004]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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/
\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.026 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site