Re: [PATCH] __do_softirq() loop cleanup

2007-10-11 Thread Steven Rostedt
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

[PATCH] __do_softirq() loop cleanup

2007-10-10 Thread Johannes Weiner
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