| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Fixed kernel entry point suggestion |
| From: | Thiemo Seufer <ths@networkno.de> |
| Date: | Fri, 30 Dec 2005 10:47:51 +0100 |
| In-reply-to: | <82e4189c0512300136w5112edf2kf3d243ddbc9313d@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <82e4189c0512272336xed0fe2ax9fee6119ea2d6b00@mail.gmail.com> <06af7c9f9f82dd2b306e02997869e709@embeddedalley.com> <82e4189c0512300136w5112edf2kf3d243ddbc9313d@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Fixed kernel entry point suggestion, Adil Hafeez |
|---|---|
| Next by Date: | Watchdog support on Broadcomm MIPS chips, David Goodenough |
| Previous by Thread: | Re: Fixed kernel entry point suggestion, Adil Hafeez |
| Next by Thread: | Re: Fixed kernel entry point suggestion, Adil Hafeez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |