summaryrefslogtreecommitdiff
path: root/proto_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_udp.c')
0 files changed, 0 insertions, 0 deletions
5a2a3288bf'>26569389231172fbf0baf00f71e06dae7bab2583 /arch parent54229ff359250ce7292dbeb59f157a2d3b67e30c (diff)
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: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch')