aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
diff options
context:
space:
mode:
authorMatt Fleming <matt@console-pimps.org>2009-08-28 17:37:20 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-08-29 07:31:44 -0400
commit4aa5ac4ef44dd8c986241c54298abd7910b78b3f (patch)
tree960cfde9c92d8d50ae04e3c6042143e101d16ae1 /arch/sh/include/asm
parente79d57479c86e388051244e1f17851a0e63d1ff0 (diff)
sh: Only shout about fixing up unexpected unaligned accesses
Some unaligned accesses are completely expected. For example, the trapped_io code uses the unaligned access fixup code path so there's no need to warn about having to fixup the unaligned access. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-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 81e0d668eefd..d3ab269386bb 100644
--- a/arch/sh/include/asm/system_32.h
+++ b/arch/sh/include/asm/system_32.h
@@ -199,7 +199,7 @@ do { \
199#endif 199#endif
200 200
201int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, 201int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,
202 struct mem_access *ma); 202 struct mem_access *ma, int);
203 203
204asmlinkage void do_address_error(struct pt_regs *regs, 204asmlinkage void do_address_error(struct pt_regs *regs,
205 unsigned long writeaccess, 205 unsigned long writeaccess,