aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <Vineet.Gupta1@synopsys.com>2013-01-09 09:36:28 -0500
committerTony Luck <tony.luck@intel.com>2013-01-09 13:48:34 -0500
commitb6fca72536fb94098acb23c00b4e65d3bc4bb252 (patch)
tree5fec671de29e4fee7a0be6aca6e93d0acbe09a0d /init/Kconfig
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-arch
IA64 defines /proc/sys/kernel/ignore-unaligned-usertrap to control verbose warnings on unaligned access emulation. Although the exact mechanics of what to do with sysctl (ignore/shout) are arch specific, this change enables the sysctl to be usable cross-arch. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7d30240e5bfe..523bee15fb44 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1232,6 +1232,13 @@ 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
1235config SYSCTL_ARCH_UNALIGN_NO_WARN
1236 bool
1237 help
1238 Enable support for /proc/sys/kernel/ignore-unaligned-usertrap
1239 Allows arch to define/use @no_unaligned_warning to possibly warn
1240 about unaligned access emulation going on under the hood.
1241
1235config KALLSYMS 1242config KALLSYMS
1236 bool "Load all symbols for debugging/ksymoops" if EXPERT 1243 bool "Load all symbols for debugging/ksymoops" if EXPERT
1237 default y 1244 default y