signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 13 Jan 2018 21:12:46 +0000 (15:12 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:42:33 +0000 (17:42 -0600)
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>
arch/powerpc/include/uapi/asm/siginfo.h

index 444ca6c..9f14245 100644 (file)
@@ -15,9 +15,6 @@
 
 #include <asm-generic/siginfo.h>
 
-#undef NSIGTRAP
-#define NSIGTRAP       4
-
 /*
  * SIGFPE si_codes
  */