Skip to content
Commit 88fc241f authored by Doug Chapman's avatar Doug Chapman Committed by Tony Luck
Browse files

[IA64] dump stack on kernel unaligned warnings



Often the cause of kernel unaligned access warnings is not
obvious from just the ip displayed in the warning.  This adds
the option via proc to dump the stack in addition to the warning.
The default is off (just display the 1 line warning).  To enable
the stack to be shown: echo 1 > /proc/sys/kernel/unaligned-dump-stack

Signed-off-by: default avatarDoug Chapman <doug.chapman@hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 0773a6cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment