diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 20:32:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 20:32:56 +0900 |
commit | c29418c2ae15ee9171bc136ad261c497b95a46fc (patch) | |
tree | 909d43d394baa1f2a01bf79b747a10ad57732789 /arch/sh/Kconfig.cpu | |
parent | 30d88cf52f229c3e0c90b8d71036960ccc2db4e2 (diff) | |
download | op-kernel-dev-c29418c2ae15ee9171bc136ad261c497b95a46fc.zip op-kernel-dev-c29418c2ae15ee9171bc136ad261c497b95a46fc.tar.gz |
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>
Diffstat (limited to 'arch/sh/Kconfig.cpu')
-rw-r--r-- | arch/sh/Kconfig.cpu | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index c7d7043..9eb1712 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu @@ -76,11 +76,6 @@ config SPECULATIVE_EXECUTION If unsure, say N. -config SH64_USER_MISALIGNED_FIXUP - def_bool y - prompt "Fixup misaligned loads/stores occurring in user mode" - depends on SUPERH64 - config SH64_ID2815_WORKAROUND bool "Include workaround for SH5-101 cut2 silicon defect ID2815" depends on CPU_SUBTYPE_SH5_101 |