All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: mikpe@csd.uu.se
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: 2.2.24 boot hang fix for old-world PowerMac 4400
Date: Wed, 12 Mar 2003 19:13:58 +0100	[thread overview]
Message-ID: <20030312181358.GA27959@suse.de> (raw)
In-Reply-To: <15983.28808.122462.515758@gargle.gargle.HOWL>


 On Wed, Mar 12, mikpe@csd.uu.se wrote:

> and vmlinux.coff aborts with a CLAIM error at boot) which is

known bug.

--- linux-2.4.20-pre11/arch/ppc/boot/ld.script  Sun Oct 27 19:21:01 2002
+++ linux-2.4.20-pre11..7200/arch/ppc/boot/ld.script    Sun Oct 27 18:13:02 2002
@@ -39,7 +39,7 @@ SECTIONS
   PROVIDE (etext = .);

   /* Read-write section, merged into data segment: */
-  . = ALIGN(8);
+  . = ALIGN(0x1000);
   .data    :
   {
     *(.data)

should work ok with 2.4.12 and older at least.

--
A: No.
Q: Should I include quotations after my reply?

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2003-03-12 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-12 17:38 2.2.24 boot hang fix for old-world PowerMac 4400 mikpe
2003-03-12 18:13 ` Olaf Hering [this message]

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=20030312181358.GA27959@suse.de \
    --to=olh@suse.de \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=mikpe@csd.uu.se \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.