sh: Always fixup unaligned userspace accesses on sh64.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 8 May 2009 11:32:56 +0000 (20:32 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 8 May 2009 11:32:56 +0000 (20:32 +0900)
commitc29418c2ae15ee9171bc136ad261c497b95a46fc
tree909d43d394baa1f2a01bf79b747a10ad57732789
parent30d88cf52f229c3e0c90b8d71036960ccc2db4e2
sh: Always fixup unaligned userspace accesses on sh64.

sh64 has traditionally had this configurable via a Kconfig option
(CONFIG_SH64_USER_MISALIGNED_FIXUP). In practice it has never really been
terribly useful to turn this off, so just get rid of the option entirely.

We leave the sysctl around so we don't end up breaking existing root
file systems, and to allow folks that really want this off to do so at
their own risk.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.cpu
arch/sh/kernel/traps_64.c