Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 9 Mar 2003 18:46:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 9 Mar 2003 18:46:29 -0500 Received: from kweetal.tue.nl ([131.155.3.6]:40201 "EHLO kweetal.tue.nl") by vger.kernel.org with ESMTP id ; Sun, 9 Mar 2003 18:46:28 -0500 Date: Mon, 10 Mar 2003 00:57:01 +0100 From: Andries Brouwer To: Andi Kleen Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Work around console initialization ordering problem Message-ID: <20030309235701.GA3854@win.tue.nl> References: <20030309163242.GA2335@averell> <20030309134506.5809262b.akpm@digeo.com> <20030309233447.GA1701@averell> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030309233447.GA1701@averell> User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 24 On Mon, Mar 10, 2003 at 12:34:47AM +0100, Andi Kleen wrote: > On Sun, Mar 09, 2003 at 10:45:06PM +0100, Andrew Morton wrote: > > Andi Kleen 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. But what about COMMAND_LINE_SIZE? - 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/