[IA64] sysctl option to silence unaligned trap warnings
authorJes Sorensen <jes@sgi.com>
Tue, 28 Feb 2006 17:42:23 +0000 (09:42 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 28 Feb 2006 17:42:23 +0000 (09:42 -0800)
Allow sysadmin to disable all warnings about userland apps
making unaligned accesses by using:
 # echo 1 > /proc/sys/kernel/ignore-unaligned-usertrap
Rather than having to use prctl on a process by process basis.

Default behaivour leaves the warnings enabled.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found