From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>,
Linux-MIPS <linux-mips@linux-mips.org>
Cc: Robert Richter <robert.richter@amd.com>,
chenj@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com>
Subject: [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot
Date: Thu, 29 Oct 2009 10:10:52 +0800 [thread overview]
Message-ID: <1256782252-2240-1-git-send-email-wuzhangjin@gmail.com> (raw)
This is for the commit c6adcc73663a71f2aa9e66796a9bd57fcb6a349a(MIPS:
add support for gzip/bzip2/lzma compressed kernel images)
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/boot/compressed/head.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/boot/compressed/head.S b/arch/mips/boot/compressed/head.S
index e23f25e..29080f4 100644
--- a/arch/mips/boot/compressed/head.S
+++ b/arch/mips/boot/compressed/head.S
@@ -38,7 +38,7 @@ start:
PTR_LA ra, 2f
PTR_LA k0, decompress_kernel
jr k0
- nop
+ nop
2:
move a0, s0
move a1, s1
@@ -46,7 +46,7 @@ start:
move a3, s3
PTR_LI k0, KERNEL_ENTRY
jr k0
- nop
+ nop
3:
b 3b
END(start)
--
1.6.2.1
next reply other threads:[~2009-10-29 2:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-29 2:10 Wu Zhangjin [this message]
2009-10-29 3:12 ` [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot Maciej W. Rozycki
2009-10-29 5:26 ` Wu Zhangjin
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=1256782252-2240-1-git-send-email-wuzhangjin@gmail.com \
--to=wuzhangjin@gmail.com \
--cc=chenj@lemote.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=robert.richter@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).