All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rani Assaf <rani@paname.org>
To: Ralf Baechle <ralf@oss.sgi.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: Changes to head.S
Date: Sun, 3 Mar 2002 23:54:16 +0100	[thread overview]
Message-ID: <20020303235416.D3190@paname.org> (raw)
In-Reply-To: <20020303231906.A17147@dea.linux-mips.net>

On Sun, Mar 03, 2002 at 11:19:06PM +0100, Ralf Baechle wrote:
> these two lines in the linker script arch/mips/ld.script.in:
> 
>   . = ALIGN(8192);
>   .data.init_task : { *(.data.init_task) }

Yep, I was just  looking at it. So the problem  is in init_task.c. The
following line should be changed from:

        __attribute__((__section__(".text"))) =

to:
	__attribute__((__section__(".data.init_task"))) =

Right?

Regards,
Rani

  reply	other threads:[~2002-03-03 23:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-03 17:50 Changes to head.S Rani Assaf
2002-03-03 21:56 ` Ralf Baechle
2002-03-03 22:04   ` Rani Assaf
2002-03-03 22:19     ` Ralf Baechle
2002-03-03 22:54       ` Rani Assaf [this message]
2002-03-03 23:32         ` Ralf Baechle

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=20020303235416.D3190@paname.org \
    --to=rani@paname.org \
    --cc=linux-mips@oss.sgi.com \
    --cc=ralf@oss.sgi.com \
    /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.