Re: [PATCH] Work around console initialization ordering problem

Johannes Erdfelt (johannes@erdfelt.com)
Sun, 9 Mar 2003 19:42:01 -0500


On Mon, Mar 10, 2003, Andi Kleen <ak@muc.de> wrote:
> On Sun, Mar 09, 2003 at 10:45:06PM +0100, Andrew Morton wrote:
> > Andi Kleen <ak@muc.de> wrote:
> > >
> > >
> > > Works around the console ordering problem in 2.5.64-bk3. Following
> > > the similar fix I did for x86-64.
> > > ...
> > > + if (!strstr(saved_command_line, "console="))
> > > + strcat(saved_command_line, " console=tty0");
> > > +
> >
> > We can do it by shuffling the link order:
>
> Yes, but someone will surely break it again. I feel my low tech solution is
> less fragile.

Wouldn't a well placed comment solve that?

JE

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