| To: | Ralf Baechle <ralf@oss.sgi.com> |
|---|---|
| Subject: | Re: Changes to head.S |
| From: | Rani Assaf <rani@paname.org> |
| Date: | Sun, 3 Mar 2002 23:54:16 +0100 |
| Cc: | linux-mips@oss.sgi.com |
| In-reply-to: | <20020303231906.A17147@dea.linux-mips.net> |
| References: | <20020303185049.A1788@paname.org> <20020303225630.A16898@dea.linux-mips.net> <20020303230449.K1788@paname.org> <20020303231906.A17147@dea.linux-mips.net> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.3.23i |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Changes to head.S, Ralf Baechle |
|---|---|
| Next by Date: | [no subject], linux-mips-local |
| Previous by Thread: | Re: Changes to head.S, Ralf Baechle |
| Next by Thread: | Re: Changes to head.S, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |