sh: Fix compile error by operands(mov.l) in sh3/entry.S

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:23 pm

Gitweb:     http://git.kernel.org/linus/7a516280b6a99634933b417834e178bde8659da1
Commit:     7a516280b6a99634933b417834e178bde8659da1
Parent:     02ebd32f52c10f90f810e85d0281e9e81dd6e741
Author:     Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
AuthorDate: Fri Mar 13 05:03:37 2009 +0000
Committer:  Paul Mundt <lethal@linux-sh.org>
CommitDate: Mon Mar 16 19:49:21 2009 +0900

    sh: Fix compile error by operands(mov.l) in sh3/entry.S
    
    -- log --
    arch/sh/kernel/cpu/sh4/../sh3/entry.S:365: Error: invalid operands for opcode
    make[4]: *** [arch/sh/kernel/cpu/sh4/../sh3/entry.o] Error 1
    make[3]: *** [arch/sh/kernel/cpu/sh4] Error 2
    -- log --
    
    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
    Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
 arch/sh/kernel/cpu/sh3/entry.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S
index fba6ac2..55da0ff 100644
--- a/arch/sh/kernel/cpu/sh3/entry.S
+++ b/arch/sh/kernel/cpu/sh3/entry.S
@@ -362,7 +362,7 @@ general_exception:
 	 nop
 
 	! Save registers / Switch to bank 0
-	mov.l	k4, k2		! keep vector in k2
+	mov		k4, k2		! keep vector in k2
 	mov.l	1f, k4		! SR bits to clear in k4
 	bsr	save_regs	! needs original pr value in k3
 	 nop
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
sh: Fix compile error by operands(mov.l) in sh3/entry.S, Linux Kernel Mailing ..., (Thu Mar 26, 12:23 pm)