| To: | Ralf Baechle <ralf@linux-mips.org>, Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 29 Oct 2009 10:10:52 +0800 |
| Cc: | Robert Richter <robert.richter@amd.com>, chenj@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=eQpdJ0vkDqD8qwjuZbonTcfSGoHDjsokr1OG5E6s+DY=; b=cZsMmh59sNQeBOKQgMhcO+0Rylnc8ylEyAuzl5hhYoaTnLGv2c/3dDl/NaRTMokzRm 5GKxp2z1NPvJ/N3LDMUhkzrgXm3DvZSjl638wPX2VNsjasK4sUPyLAJz4J6EfuON1lXD xOjnRkqzxKo2+mNgPyYRhEBcKNHwqR8cpLB4w= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=up9S2uSJGtGHM4BcoQPE25PvcWqXQFPTTjFtkjSjzHxuFqIk25OBsFjgPzxXt9k0kk g2n1MHMAeFaq+jUYj3WnyX2eAv8qpexXs2sUyv+NqXAxmp/WQq4LFkuGlck7xATqn3mt 2lK4n4VTjjJERtfEyGcfT6eFMW3wbNY/t1VEw= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH -sfr.git] oprofile/loongson2: rename cpu_type from godson2 to loongson2, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot, Maciej W. Rozycki |
| Previous by Thread: | [PATCH -sfr.git] oprofile/loongson2: rename cpu_type from godson2 to loongson2, Wu Zhangjin |
| Next by Thread: | Re: [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |