aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2018-01-13 15:12:46 -0600
committerEric W. Biederman <ebiederm@xmission.com>2018-01-15 17:42:33 -0600
commitad2b1ab57ddb9cd0a9e93aae8b5f3ca9a0c77f1d (patch)
tree9094779b6d2277e7b976dbdbc03ea8799bdb15e6 /arch
parentsignal: Move addr_lsb into the _sigfault union for clarity (diff)
downloadlinux-dev-ad2b1ab57ddb9cd0a9e93aae8b5f3ca9a0c77f1d.tar.xz
linux-dev-ad2b1ab57ddb9cd0a9e93aae8b5f3ca9a0c77f1d.zip
signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
NSIGTRAP is 4 in the generic siginfo and powerpc just undefines NSGTRAP and redefine it as 4. That accomplishes nothing so remove the duplication. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/uapi/asm/siginfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/uapi/asm/siginfo.h b/arch/powerpc/include/uapi/asm/siginfo.h
index 444ca6c9989a..9f142451a01f 100644
--- a/arch/powerpc/include/uapi/asm/siginfo.h
+++ b/arch/powerpc/include/uapi/asm/siginfo.h
@@ -15,9 +15,6 @@
#include <asm-generic/siginfo.h>
-#undef NSIGTRAP
-#define NSIGTRAP 4
-
/*
* SIGFPE si_codes
*/