Re: [PATCH] [1/6] scheduler: Remove some unnecessary gotos insched.c

From: Ingo Molnar
Date: Tue Oct 09 2007 - 15:17:52 EST



* Andi Kleen <ak@xxxxxxx> wrote:

> No need to be more spagetti than absolutely necessary.
>
> Replace loops implemented with gotos with real loops. Replace err =
> ...; goto x; x: return err; with return ...;
>
> No functional changes.

this crashes during bootup - removed it for now.

Ingo
-
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/