From: Rani Assaf <rani@paname.org>
To: linux-mips@oss.sgi.com
Subject: Changes to head.S
Date: Sun, 3 Mar 2002 18:50:49 +0100 [thread overview]
Message-ID: <20020303185049.A1788@paname.org> (raw)
Hi,
I'm working on support for IDT RC32355 CPU on a board we're
developping and when trying to port my code to a recent snapshot of
the cvs tree (up to now, I was using a snapshot dated of dec 15,
2001), the kernel crashed at boot while starting the init thread
(unaligned access).
Looking at the diffs, I noticed that putting back the following lines
at the end of head.S (they've been removed in revision 1.29.2.4)
resolves the problem:
/*
* Align to 8kb boundary for init_task_union which follows in the
* .text segment.
*/
.text
.align 13
Any idea why they have been removed?
BTW, print_memory_map() (in kernel.c) now uses long long format
without casting (which obviously gives wrong numbers on 32bits archs).
Regards,
Rani
next reply other threads:[~2002-03-03 18:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-03 17:50 Rani Assaf [this message]
2002-03-03 21:56 ` Changes to head.S Ralf Baechle
2002-03-03 22:04 ` Rani Assaf
2002-03-03 22:19 ` Ralf Baechle
2002-03-03 22:54 ` Rani Assaf
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=20020303185049.A1788@paname.org \
--to=rani@paname.org \
--cc=linux-mips@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.