All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: linux-mips@linux-mips.org
Subject: Re: Fixed kernel entry point suggestion
Date: Fri, 30 Dec 2005 10:47:51 +0100	[thread overview]
Message-ID: <20051230094750.GI1882@hattusa.textio> (raw)
In-Reply-To: <82e4189c0512300136w5112edf2kf3d243ddbc9313d@mail.gmail.com>

Adil Hafeez wrote:
> Hi Dan,
> 
> Here is the patch.
> 
> diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
> index eebdaa2..a5e6d4e 100644
> --- a/arch/mips/kernel/head.S
> +++ b/arch/mips/kernel/head.S
> @@ -28,6 +28,7 @@
> #include <asm/mipsregs.h>
> #include <asm/stackframe.h>
> 
> +        j kernel_entry
> .text
> /*
> * Reserved space for exception handlers.

But certainly not _before_ .text. Also, it shouldn't move the reserved
space, it would need "align" instead of "space" afterwards.


Thiemo

  reply	other threads:[~2005-12-30  9:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-28  7:36 Fixed kernel entry point suggestion Adil Hafeez
2005-12-28 14:22 ` Dan Malek
2005-12-30  9:36   ` Adil Hafeez
2005-12-30  9:47     ` Thiemo Seufer [this message]
2005-12-30 10:22       ` Adil Hafeez
2005-12-30 21:04         ` Thiemo Seufer

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=20051230094750.GI1882@hattusa.textio \
    --to=ths@networkno.de \
    --cc=linux-mips@linux-mips.org \
    /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.