summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/system_32.h
diff options
context:
space:
mode:
authorPaul Mundt2009-05-09 09:02:08 +0200
committerPaul Mundt2009-05-09 09:02:08 +0200
commit2bcfffa42309b6f73042c62459bf5207762a271d (patch)
tree1e4801652658e815b4c873e951b6339037deb3d5 /arch/sh/include/asm/system_32.h
parentsh: Provide __read_{read,write}sl() definitions for sh64. (diff)
downloadkernel-qcow2-linux-2bcfffa42309b6f73042c62459bf5207762a271d.tar.gz
kernel-qcow2-linux-2bcfffa42309b6f73042c62459bf5207762a271d.tar.xz
kernel-qcow2-linux-2bcfffa42309b6f73042c62459bf5207762a271d.zip
sh: Rename opcode_t to insn_size_t.
This is now clashing with a driver, so just rename it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/system_32.h')
-rw-r--r--arch/sh/include/asm/system_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/system_32.h b/arch/sh/include/asm/system_32.h
index 240b31e1142c..6c68a51f1cc5 100644
--- a/arch/sh/include/asm/system_32.h
+++ b/arch/sh/include/asm/system_32.h
@@ -198,7 +198,7 @@ do { \
})
#endif
-int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs,
+int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,
struct mem_access *ma);
asmlinkage void do_address_error(struct pt_regs *regs,