[PATCH 1/3] remove bogus softirq_pending() usage in cris

From: Christoph Hellwig
Date: Sun Jan 16 2005 - 07:00:10 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/