Skip to content
Commit cdd8e16f authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: return SIGBUS for addresses that are unaligned AND invalid



Previously we were returning SIGSEGV in this case.  It seems cleaner
to return SIGBUS since the hardware figures out alignment traps
before TLB violations, so SIGBUS is the "more correct" signal.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 54229ff3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment