| To: | Dan Malek <dan@embeddedalley.com> |
|---|---|
| Subject: | Re: Fixed kernel entry point suggestion |
| From: | Adil Hafeez <adilhafeez80@gmail.com> |
| Date: | Fri, 30 Dec 2005 14:36:22 +0500 |
| Cc: | linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QTtfqt4IHcNcaZ7bM7I4LIhfjut69o6C6bSNZtWF/dr5kWuUx/BXWbssmk/RYStrf6W2OunNNhqlxDkquNBBYMMymfgmGKkJfY2ZXPC2BS26AvBylqF80o/Jbqfyf2nylvIP0JIc/mFW1BNYhbZVF6n77pyIKD5n1vrQUqgcNjY= |
| In-reply-to: | <06af7c9f9f82dd2b306e02997869e709@embeddedalley.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <82e4189c0512272336xed0fe2ax9fee6119ea2d6b00@mail.gmail.com> <06af7c9f9f82dd2b306e02997869e709@embeddedalley.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
|
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. On 12/28/05, Dan Malek < dan@embeddedalley.com> wrote:
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] serial_txx9: forcibly init the spinlock for PCI UART used as a console, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: Fixed kernel entry point suggestion, Thiemo Seufer |
| Previous by Thread: | Re: Fixed kernel entry point suggestion, Dan Malek |
| Next by Thread: | Re: Fixed kernel entry point suggestion, Thiemo Seufer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |