signal: Remove SEGV_BNDERR ifdefs
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 16 Apr 2018 00:36:16 +0000 (19:36 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Apr 2018 15:40:53 +0000 (10:40 -0500)
commit3a11ab148ac21747f00449d2b8b389c24475e10a
tree516e74f78658aebb8218392f58d9bcfdc58683d3
parent0c362f96e1c6bb76ab9b0b828985655fd2516bfa
signal: Remove SEGV_BNDERR ifdefs

After the last round of cleanups to siginfo.h SEGV_BNDERR is defined
on all architectures so testing to see if it is defined is unnecessary.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/signal.c