| To: | Rani Assaf <rani@paname.org> |
|---|---|
| Subject: | Re: Changes to head.S |
| From: | Ralf Baechle <ralf@oss.sgi.com> |
| Date: | Sun, 3 Mar 2002 22:56:31 +0100 |
| Cc: | linux-mips@oss.sgi.com |
| In-reply-to: | <20020303185049.A1788@paname.org>; from rani@paname.org on Sun, Mar 03, 2002 at 06:50:49PM +0100 |
| References: | <20020303185049.A1788@paname.org> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Sun, Mar 03, 2002 at 06:50:49PM +0100, Rani Assaf wrote: > /* > * Align to 8kb boundary for init_task_union which follows in the > * .text segment. > */ > .text > .align 13 > > Any idea why they have been removed? init_task_union lives in it's own section which has 8kB alignment. So if you're observing an alignment problem I suspect you're using a too old egcs 1.1.2 variant. > BTW, print_memory_map() (in kernel.c) now uses long long format > without casting (which obviously gives wrong numbers on 32bits archs). Yes and we preferably want to get rid of long long anyway. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Changes to head.S, Rani Assaf |
|---|---|
| Next by Date: | Re: Changes to head.S, Rani Assaf |
| Previous by Thread: | Changes to head.S, Rani Assaf |
| Next by Thread: | Re: Changes to head.S, Rani Assaf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |