diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:24 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:05 -0500 |
commit | bf14e3b979a01cd7298d631736f965fe83c6e2bc (patch) | |
tree | 8440a0641556332763615edc881f81d1da6f2d37 /init/Kconfig | |
parent | 4d86dfbbda09b3c67bcaeb370f22a2cc7f39205b (diff) |
sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
PARISC defines /proc/sys/kernel/unaligned-trap to runtime toggle
unaligned access emulation.
The exact mechanics of enablig/disabling are still arch specific, we can
make the sysctl usable by other arches.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Helge Deller <deller@gmx.de>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index be8b7f55312d..01180da49add 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1232,6 +1232,14 @@ config SYSCTL_EXCEPTION_TRACE | |||
1232 | help | 1232 | help |
1233 | Enable support for /proc/sys/debug/exception-trace. | 1233 | Enable support for /proc/sys/debug/exception-trace. |
1234 | 1234 | ||
1235 | config SYSCTL_ARCH_UNALIGN_ALLOW | ||
1236 | bool | ||
1237 | help | ||
1238 | Enable support for /proc/sys/kernel/unaligned-trap | ||
1239 | Allows arches to define/use @unaligned_enabled to runtime toggle | ||
1240 | the unaligned access emulation. | ||
1241 | see arch/parisc/kernel/unaligned.c for reference | ||
1242 | |||
1235 | config KALLSYMS | 1243 | config KALLSYMS |
1236 | bool "Load all symbols for debugging/ksymoops" if EXPERT | 1244 | bool "Load all symbols for debugging/ksymoops" if EXPERT |
1237 | default y | 1245 | default y |