mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Andi Kleen <ak@muc.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Work around console initialization ordering problem
Date: Sun, 9 Mar 2003 13:45:06 -0800	[thread overview]
Message-ID: <20030309134506.5809262b.akpm@digeo.com> (raw)
In-Reply-To: <20030309163242.GA2335@averell>

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:


diff -puN drivers/Makefile~console-ordering-fix drivers/Makefile
--- 25/drivers/Makefile~console-ordering-fix	2003-03-09 02:48:33.000000000 -0800
+++ 25-akpm/drivers/Makefile	2003-03-09 02:48:33.000000000 -0800
@@ -11,9 +11,10 @@ obj-$(CONFIG_ACPI)		+= acpi/
 # PnP must come after ACPI since it will eventually need to check if acpi
 # was used and do nothing if so
 obj-$(CONFIG_PNP)		+= pnp/
+obj-y				+= char/
 obj-y				+= serial/
 obj-$(CONFIG_PARPORT)		+= parport/
-obj-y				+= base/ char/ block/ misc/ net/ media/
+obj-y				+= base/ block/ misc/ net/ media/
 obj-$(CONFIG_NUBUS)		+= nubus/
 obj-$(CONFIG_ATM)		+= atm/
 obj-$(CONFIG_IDE)		+= ide/

_


  reply	other threads:[~2003-03-09 21:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-09 16:32 Andi Kleen
2003-03-09 21:45 ` Andrew Morton [this message]
2003-03-09 23:34   ` Andi Kleen
2003-03-09 23:57     ` Andries Brouwer
2003-03-10  0:25       ` Andi Kleen
2003-03-10  0:42     ` Johannes Erdfelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030309134506.5809262b.akpm@digeo.com \
    --to=akpm@digeo.com \
    --cc=ak@muc.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®