On Wed, Oct 10, 2007 at 02:16:19PM +0200, Johannes Weiner wrote:
> Hi,
>
> This changes __do_softirq() to use a C looping construct instead of
> simulating one by means of goto.
>
> Signed-off-by: Johannes Weiner <[EMAIL PROTECTED]>
>
I've read over the logic three times and it seems to keep wi
Hi,
This changes __do_softirq() to use a C looping construct instead of
simulating one by means of goto.
Signed-off-by: Johannes Weiner <[EMAIL PROTECTED]>
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 0f546dd..bacee6b 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -212,38 +212
2 matches
Mail list logo