sh: Only shout about fixing up unexpected unaligned accesses
authorMatt Fleming <matt@console-pimps.org>
Fri, 28 Aug 2009 21:37:20 +0000 (21:37 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 29 Aug 2009 11:31:44 +0000 (20:31 +0900)
commit4aa5ac4ef44dd8c986241c54298abd7910b78b3f
tree960cfde9c92d8d50ae04e3c6042143e101d16ae1
parente79d57479c86e388051244e1f17851a0e63d1ff0
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>
arch/sh/include/asm/system_32.h
arch/sh/kernel/io_trapped.c
arch/sh/kernel/traps_32.c