sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-arch
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Wed, 9 Jan 2013 14:36:28 +0000 (20:06 +0530)
committerTony Luck <tony.luck@intel.com>
Wed, 9 Jan 2013 18:48:34 +0000 (10:48 -0800)
commitb6fca72536fb94098acb23c00b4e65d3bc4bb252
tree5fec671de29e4fee7a0be6aca6e93d0acbe09a0d
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed
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>
arch/ia64/Kconfig
init/Kconfig
kernel/sysctl.c