aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-08 19:08:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:40 +0900
commit0fa70efbd45a6c4fd946fa71c0a609f2c509d07c (patch)
treeef4992b4c0f0e8e03b2d6bbe2346fff087668b99 /include
parentsh: Add cache definitions for SH-5. (diff)
downloadlinux-dev-0fa70efbd45a6c4fd946fa71c0a609f2c509d07c.tar.xz
linux-dev-0fa70efbd45a6c4fd946fa71c0a609f2c509d07c.zip
sh: Correct SH-5 instruction size value.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-sh/system.h b/include/asm-sh/system.h
index 4faa2fb88616..288abeb5476f 100644
--- a/include/asm-sh/system.h
+++ b/include/asm-sh/system.h
@@ -255,8 +255,10 @@ static inline void *set_exception_table_evt(unsigned int evt, void *handler)
*/
#ifdef CONFIG_CPU_SH2A
extern unsigned int instruction_size(unsigned int insn);
-#else
+#elif defined(CONFIG_SUPERH32)
#define instruction_size(insn) (2)
+#else
+#define instruction_size(insn) (4)
#endif
/* XXX