]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
signal: Remove __ARCH_SI_TRAPNO
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 30 Apr 2021 22:53:38 +0000 (17:53 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 5 May 2021 17:49:07 +0000 (12:49 -0500)
Now that this define is no longer used remove it from the kernel.

v1: https://lkml.kernel.org/r/m18s4zs7nu.fsf_-_@fess.ebiederm.org
Link: https://lkml.kernel.org/r/20210505141101.11519-8-ebiederm@xmission.com
Reviewed-by: Marco Elver <elver@google.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/alpha/include/uapi/asm/siginfo.h
arch/mips/include/uapi/asm/siginfo.h
arch/sparc/include/uapi/asm/siginfo.h

index 6e1a2af2f962dd272df31cf1a587bfbcf27ff240..e08eae88182b61d02e68d405b4e7323ad71dfab6 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef _ALPHA_SIGINFO_H
 #define _ALPHA_SIGINFO_H
 
-#define __ARCH_SI_TRAPNO
-
 #include <asm-generic/siginfo.h>
 
 #endif
index c34c7eef0a1c17e2aee907433c9979dd0b93b7c7..8cb8bd061a6847be81706b3e6fc6cc83ab52ef52 100644 (file)
@@ -10,9 +10,7 @@
 #ifndef _UAPI_ASM_SIGINFO_H
 #define _UAPI_ASM_SIGINFO_H
 
-
 #define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int))
-#undef __ARCH_SI_TRAPNO /* exception code needs to fill this ...  */
 
 #define __ARCH_HAS_SWAPPED_SIGINFO
 
index 68bdde4c2a2ec45f0d50c36e4a2a6c83aabeb355..0e7c27522aedd551bc6cde8a784c63360557ce42 100644 (file)
@@ -8,9 +8,6 @@
 
 #endif /* defined(__sparc__) && defined(__arch64__) */
 
-
-#define __ARCH_SI_TRAPNO
-
 #include <asm-generic/siginfo.h>