From: Eric W. Biederman Date: Sat, 13 Jan 2018 21:12:46 +0000 (-0600) Subject: signal/powerpc: Remove redefinition of NSIGTRAP on powerpc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad2b1ab57ddb9cd0a9e93aae8b5f3ca9a0c77f1d;p=linux.git 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" --- diff --git a/arch/powerpc/include/uapi/asm/siginfo.h b/arch/powerpc/include/uapi/asm/siginfo.h index 444ca6c9989a7..9f142451a01fb 100644 --- a/arch/powerpc/include/uapi/asm/siginfo.h +++ b/arch/powerpc/include/uapi/asm/siginfo.h @@ -15,9 +15,6 @@ #include -#undef NSIGTRAP -#define NSIGTRAP 4 - /* * SIGFPE si_codes */