[PATCH 1/3] remove bogus softirq_pending() usage in cris
From: Christoph Hellwig (hch_at_lst.de)
Date: 01/16/05
- Previous message: Christoph Hellwig: "[PATCH] binfmt_elf: allow mips to overrid e_flags"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 16 Jan 2005 12:58:28 +0100 To: akpm@osdl.org
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Christoph Hellwig: "[PATCH] binfmt_elf: allow mips to overrid e_flags"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|