All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot
@ 2009-10-29  2:10 Wu Zhangjin
  2009-10-29  3:12 ` Maciej W. Rozycki
  0 siblings, 1 reply; 3+ messages in thread
From: Wu Zhangjin @ 2009-10-29  2:10 UTC (permalink / raw)
  To: Ralf Baechle, Linux-MIPS; +Cc: Robert Richter, chenj, Wu Zhangjin

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-29  5:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29  2:10 [PATCH -sfr.git] MIPS: zboot: indent the nop instruction in delay slot Wu Zhangjin
2009-10-29  3:12 ` Maciej W. Rozycki
2009-10-29  5:26   ` Wu Zhangjin

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.