From: Paul Mundt Date: Fri, 27 Feb 2009 08:02:28 +0000 (+0900) Subject: sh: Fix up SH-X3 general exception handler build. X-Git-Tag: v2.6.30-rc1~673^2~66 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5e19ab07cf61cb0794cfac4df0a1bd5d1e19d7;p=pandora-kernel.git sh: Fix up SH-X3 general exception handler build. With the recent entry.S refactoring, the SH-X3 path had a mov.l for a register to register copy, resulting in: AS arch/sh/kernel/cpu/sh4/../sh3/entry.o arch/sh/kernel/cpu/sh4/../sh3/entry.S: Assembler messages: arch/sh/kernel/cpu/sh4/../sh3/entry.S:366: Error: invalid operands for opcode make[3]: *** [arch/sh/kernel/cpu/sh4/../sh3/entry.o] Error 1 Switch it over to a mov to fix it up. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed