Searched hist:d2b176ed878d4d5fcc0bd35656dfd373f3702af9 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | unaligned.c | diff d2b176ed878d4d5fcc0bd35656dfd373f3702af9 Tue Feb 28 11:42:23 CST 2006 Jes Sorensen <jes@sgi.com> [IA64] sysctl option to silence unaligned trap warnings
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>
|
/openbmc/linux/include/linux/ |
H A D | sysctl.h | diff d2b176ed878d4d5fcc0bd35656dfd373f3702af9 Tue Feb 28 11:42:23 CST 2006 Jes Sorensen <jes@sgi.com> [IA64] sysctl option to silence unaligned trap warnings
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>
|
/openbmc/linux/kernel/ |
H A D | sysctl.c | diff d2b176ed878d4d5fcc0bd35656dfd373f3702af9 Tue Feb 28 11:42:23 CST 2006 Jes Sorensen <jes@sgi.com> [IA64] sysctl option to silence unaligned trap warnings
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>
|