commit | c29418c2ae15ee9171bc136ad261c497b95a46fc | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 08 20:32:56 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 08 20:32:56 2009 +0900 |
tree | 909d43d394baa1f2a01bf79b747a10ad57732789 | |
parent | 30d88cf52f229c3e0c90b8d71036960ccc2db4e2 [diff] |
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>