commit | 0d5e19ab07cf61cb0794cfac4df0a1bd5d1e19d7 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Feb 27 17:02:28 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Feb 27 17:02:28 2009 +0900 |
tree | cf1c6ba897ee0423c7bd3c34a4c57d6497341c81 | |
parent | 57e41c86e21c03941d17df29e0793fd04585d9ee [diff] |
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 <lethal@linux-sh.org>